We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0228364 commit 0f64848Copy full SHA for 0f64848
.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