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.
2 parents 0228364 + 0f64848 commit 5b052b2Copy full SHA for 5b052b2
.npmignore
@@ -1,4 +1,5 @@
1
examples
2
+scripts
3
__tests__
4
karma.conf.js
5
tests.webpack.js
scripts/postinstall.js renamed to npm-scripts/postinstall.js
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 scripts/postinstall.js"
+ "postinstall": "node npm-scripts/postinstall.js"
20
},
21
"authors": [
22
"Ryan Florence",
0 commit comments