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 37b74ff + 0beca31 commit 837d21bCopy full SHA for 837d21b
npm-scripts/postinstall.js
package.json
@@ -8,7 +8,6 @@
8
"es6",
9
"lib",
10
"modules/*.js",
11
- "npm-scripts",
12
"umd"
13
],
14
"main": "lib/index",
@@ -26,8 +25,7 @@
26
25
"start": "node examples/server.js",
27
"test": "npm run lint && npm run test-node && npm run test-browser",
28
"test-browser": "karma start",
29
- "test-node": "mocha --compilers js:babel-core/register tests.node.js",
30
- "postinstall": "node ./npm-scripts/postinstall.js"
+ "test-node": "mocha --compilers js:babel-core/register tests.node.js"
31
},
32
"authors": [
33
"Ryan Florence",
0 commit comments