Skip to content

Commit baa7072

Browse files
Upd: Package.json file for Prod build
1 parent cfe6f3a commit baa7072

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,23 @@
2424
"developer-tools"
2525
],
2626
"files": [
27-
"dist"
27+
"dist/**/*",
28+
"README.md",
29+
"CHANGELOG.md",
30+
"LICENSE"
2831
],
2932
"engines": {
3033
"node": ">=16"
3134
},
3235
"author": "Aditya Prakash",
36+
"homepage": "https://github.com/prakashaditya13/plain-git#readme",
37+
"repository": {
38+
"type": "git",
39+
"url": "git+https://github.com/prakashaditya13/plain-git.git"
40+
},
41+
"bugs": {
42+
"url": "https://github.com/prakashaditya13/plain-git/issues"
43+
},
3344
"license": "MIT",
3445
"devDependencies": {
3546
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)