Skip to content

Commit 03f1e77

Browse files
committed
Package metadata
1 parent 6b5a153 commit 03f1e77

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@
55
"homepage": "https://github.com/nodenv/jetbrains-npm",
66
"license": "MIT",
77
"author": "Jason Karns <jason.karns@gmail.com> (http://jason.karns.name/)",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/nodenv/jetbrains-npm.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/nodenv/jetbrains-npm/issues"
14+
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
18+
"directories": {
19+
"bin": "bin",
20+
"test": "test"
21+
},
22+
"files": [
23+
"bin"
24+
],
825
"scripts": {
26+
"clean": "git clean -fX",
927
"postversion": "npm publish",
1028
"prepublishOnly": "npm run publish:github",
1129
"publish:github": "git push --follow-tags"

0 commit comments

Comments
 (0)