Skip to content

Commit

Permalink
Merge pull request #11 from fahimahammed/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
fahimahammed authored Jun 24, 2024
2 parents 3a0d23a + 8adf777 commit ac93076
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismadocify",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generate documentation for Prisma schemas.",
"main": "dist/index.js",
"author": "Fahim Ahammed Firoz",
Expand All @@ -11,6 +11,9 @@
"build": "tsc",
"test": "echo \"No tests specified\""
},
"bin": {
"prismadocify": "./dist/index.js"
},
"keywords": [
"Prisma",
"documentation",
Expand Down

0 comments on commit ac93076

Please sign in to comment.