Skip to content

Commit a347951

Browse files
committed
Added repository, bugs, and description fields to package info
1 parent f9abf73 commit a347951

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@
1717
"nodejs"
1818
],
1919
"author": "Andrew Herron",
20-
"homepage": "https://github.com/thespyder/rescript-nodejs",
20+
"homepage": "https://github.com/TheSpyder/rescript-nodejs",
21+
"bugs": "https://github.com/TheSpyder/rescript-nodejs/issues",
22+
"repository": {
23+
"type": "git",
24+
"url": "git://github.com/TheSpyder/rescript-nodejs.git"
25+
},
26+
"description": "Node bindings for ReScript",
2127
"license": "MIT",
22-
"dependencies": {},
2328
"devDependencies": {
2429
"@dusty-phillips/rescript-zora": "^2.0.0",
2530
"onchange": "^7.1.0",

0 commit comments

Comments
 (0)