Skip to content

Commit

Permalink
Ignore coverage folder and remove clean script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jan 27, 2015
1 parent 22b0c21 commit 51d82ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,2 +1,3 @@
coverage
tests
node_modules
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,6 @@
"test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser && npm run clean",
"test-browser": "node tests/browser/start.js",
"lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed.",
"clean": "rm -r coverage || true"
},
"devDependencies": {
"browserify": "~5.9.1",
Expand Down

0 comments on commit 51d82ba

Please sign in to comment.