Skip to content

Commit

Permalink
Drop installing from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Mar 8, 2016
1 parent 37b74ff commit 0beca31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
27 changes: 0 additions & 27 deletions npm-scripts/postinstall.js

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"es6",
"lib",
"modules/*.js",
"npm-scripts",
"umd"
],
"main": "lib/index",
Expand All @@ -26,8 +25,7 @@
"start": "node examples/server.js",
"test": "npm run lint && npm run test-node && npm run test-browser",
"test-browser": "karma start",
"test-node": "mocha --compilers js:babel-core/register tests.node.js",
"postinstall": "node ./npm-scripts/postinstall.js"
"test-node": "mocha --compilers js:babel-core/register tests.node.js"
},
"authors": [
"Ryan Florence",
Expand Down

0 comments on commit 0beca31

Please sign in to comment.