Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jun 14, 2016
1 parent c856566 commit 3569213
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">= 6.0"
},
"scripts": {
"test": "snyk test && ./node_modules/.bin/tape test/start.js | tap-spec",
"test": "./node_modules/.bin/snyk test && ./node_modules/.bin/tape test/start.js | tap-spec",
"coverage": "./node_modules/.bin/nyc tape test/start.js | tap-spec",
"report": "npm run coverage && ./node_modules/.bin/nyc report --reporter=lcov",
"coveralls": "npm run report && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
Expand All @@ -39,10 +39,7 @@
"article",
"extractor",
"parser",
"cleaner",
"crawler",
"readability",
"oembed",
"util"
],
"license": "MIT",
Expand All @@ -55,4 +52,4 @@
"directories": {
"test": "test"
}
}
}

0 comments on commit 3569213

Please sign in to comment.