Skip to content

Commit

Permalink
Removes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jan 29, 2017
1 parent 00b5f13 commit a48f62b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"test": "standard && nsp check && tap --reporter=spec test/**/*.js",
"coverage": "tap test/**/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/**/*.js && cat coverage/lcov.info | coveralls",
"setup": "npm install && node setup.js",
"setup": "npm install",
"standard-fix": "standard-fix"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions setup.js

This file was deleted.

0 comments on commit a48f62b

Please sign in to comment.