Skip to content

Commit

Permalink
Merge pull request #2 from ndaidong/dev
Browse files Browse the repository at this point in the history
Add snyk integration
  • Loading branch information
ndaidong authored Jun 14, 2016
2 parents 1b9d315 + 3569213 commit d576df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
version: v1.5.0
ignore: {}
patch: {}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">= 6.0"
},
"scripts": {
"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 Down

0 comments on commit d576df3

Please sign in to comment.