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 a477808 commit afa95bdCopy full SHA for afa95bd
package.json
@@ -5,6 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"preinstall": "node ensure-sdk.js",
8
+ "install": "node-gyp rebuild",
9
"test": "standard && mocha ./test/test.js"
10
},
11
"repository": "https://github.com/felixrieseberg/macos-notification-state",
@@ -33,6 +34,7 @@
33
34
],
35
"devDependencies": {
36
"mocha": "^9.2.0",
37
+ "node-gyp": "^9.3.0",
38
"standard": "^16.0.1"
39
}
40
0 commit comments