Skip to content

Commit 0beca31

Browse files
committed
Drop installing from GitHub
1 parent 37b74ff commit 0beca31

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

npm-scripts/postinstall.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"es6",
99
"lib",
1010
"modules/*.js",
11-
"npm-scripts",
1211
"umd"
1312
],
1413
"main": "lib/index",
@@ -26,8 +25,7 @@
2625
"start": "node examples/server.js",
2726
"test": "npm run lint && npm run test-node && npm run test-browser",
2827
"test-browser": "karma start",
29-
"test-node": "mocha --compilers js:babel-core/register tests.node.js",
30-
"postinstall": "node ./npm-scripts/postinstall.js"
28+
"test-node": "mocha --compilers js:babel-core/register tests.node.js"
3129
},
3230
"authors": [
3331
"Ryan Florence",

0 commit comments

Comments
 (0)