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 e8a6e95 commit a9b4091Copy full SHA for a9b4091
binding.js
@@ -0,0 +1,2 @@
1
+// don't move this file. It should be next to package.json
2
+module.exports = require('node-gyp-build')(__dirname);
package.json
@@ -4,6 +4,7 @@
4
"description": "A simple file watcher for Node",
5
"main": "js/src/index.js",
6
"scripts": {
7
+ "install": "node-gyp-build",
8
"lint": "eslint js/src js/spec",
9
"test": "yarn lint && node js/scripts/test.js"
10
},
@@ -29,7 +30,8 @@
29
30
],
31
"homepage": "https://github.com/axosoft/node-simple-file-watcher",
32
"dependencies": {
- "node-addon-api": "*"
33
+ "node-addon-api": "*",
34
+ "node-gyp-build": "^4.2.3"
35
36
"devDependencies": {
37
"eslint": "^6.8.0",
0 commit comments