Skip to content

Commit

Permalink
Add coverage directory to .npmignore, 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 c2c1fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,2 +1,3 @@
coverage
tests
node_modules
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -43,8 +43,7 @@
"scripts": {
"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"
"lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."
},
"devDependencies": {
"browserify": "~5.9.1",
Expand Down

0 comments on commit c2c1fdf

Please sign in to comment.