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 7ba2016 commit de11767Copy full SHA for de11767
package.json
@@ -16,7 +16,7 @@
16
"lint": "eslint modules examples",
17
"start": "node examples/server.js",
18
"test": "npm run lint && karma start",
19
- "postinstall": "node npm-scripts/postinstall.js"
+ "postinstall": "node ./npm-scripts/postinstall.js"
20
},
21
"authors": [
22
"Ryan Florence",
0 commit comments