We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9abf73 commit a347951Copy full SHA for a347951
package.json
@@ -17,9 +17,14 @@
17
"nodejs"
18
],
19
"author": "Andrew Herron",
20
- "homepage": "https://github.com/thespyder/rescript-nodejs",
+ "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",
27
"license": "MIT",
- "dependencies": {},
28
"devDependencies": {
29
"@dusty-phillips/rescript-zora": "^2.0.0",
30
"onchange": "^7.1.0",
0 commit comments