From 3047514a4797a398d6ea1198172ca2e56ce004d4 Mon Sep 17 00:00:00 2001 From: fahimahammed Date: Mon, 24 Jun 2024 13:35:11 +0600 Subject: [PATCH 1/2] :bulb: updated --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 993c469..a1f840a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "build": "tsc", "test": "echo \"No tests specified\"" }, + "bin": { + "prismadocify": "./dist/index.js" + }, "keywords": [ "Prisma", "documentation", @@ -36,4 +39,4 @@ "@prisma/client": "^5.15.1", "prisma": "^5.15.1" } -} +} \ No newline at end of file From 8adf777f80ccfbfb38052546e751ddc99dffef4c Mon Sep 17 00:00:00 2001 From: fahimahammed Date: Mon, 24 Jun 2024 13:35:24 +0600 Subject: [PATCH 2/2] 1.0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a1f840a..d3d4b3d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -39,4 +39,4 @@ "@prisma/client": "^5.15.1", "prisma": "^5.15.1" } -} \ No newline at end of file +}