Skip to content

Commit

Permalink
Merge pull request #10 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 debf147 + 2e24916 commit 3a0d23a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "prismadocify",
"version": "1.0.4",
"version": "1.0.5",
"description": "Generate documentation for Prisma schemas.",
"main": "dist/index.js",
"author": "Fahim Ahammed Firoz",
"license": "MIT",
"scripts": {
"prismadocify:dev": "ts-node src/index.ts",
"prismadocify": "node dist/index.js",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"test": "echo \"No tests specified\""
},
Expand Down

0 comments on commit 3a0d23a

Please sign in to comment.