Skip to content

Commit

Permalink
Remove npm script left over
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Mar 9, 2015
1 parent 3cbfd21 commit bca9d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"isstream": "~0.1.1"
},
"scripts": {
"test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser && npm run clean",
"test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",
"test-browser": "node tests/browser/start.js",
"lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."
},
Expand Down

0 comments on commit bca9d92

Please sign in to comment.