Skip to content

Commit 433eaa4

Browse files
committed
fix: minor issues with packaging
1 parent 5be2d66 commit 433eaa4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@ahnopologetic/prd",
3+
"private": false,
34
"description": "Create a product requirement document (PRD) interactively",
45
"version": "1.0.0",
56
"author": "ahnopologetic <stahn1995@gmail.com>",
67
"bin": {
7-
"prd": "./bin/run.js"
8+
"prd": "bin/run.js"
89
},
910
"bugs": "https://github.com/ahnopologetic/prd/issues",
1011
"dependencies": {
@@ -71,7 +72,10 @@
7172
}
7273
}
7374
},
74-
"repository": "ahnopologetic/prd",
75+
"repository": {
76+
"type": "git",
77+
"url": "git+https://github.com/ahnopologetic/prd.git"
78+
},
7579
"scripts": {
7680
"build": "shx rm -rf dist && tsc -b",
7781
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)