Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 906574e

Browse files
committed
fix(bin): add repository and more detailed author info
1 parent 2bcc139 commit 906574e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bin/package.template.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
"npm bin",
1717
"cli"
1818
],
19-
"author": "Kat Marchán <kzm@sykosomatic.org>",
19+
"repository": "https://github.com/zkat/npx",
20+
"author": {
21+
"name": "Kat Marchán",
22+
"email": "kzm@sykosomatic.org",
23+
"twitter": "maybekatz"
24+
},
2025
"license": "CC0-1.0",
2126
"dependencies": {
2227
"npm": "5.1.0",

0 commit comments

Comments
 (0)