Skip to content

Commit

Permalink
Revert snyk (see comment in #136)
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Nov 10, 2015
1 parent 8df4c90 commit e837d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .snyk

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"main": "./lib/npm-check-updates",
"scripts": {
"lint": "eslint bin lib",
"test": "snyk test && npm run lint && mocha",
"snyk-protect": "snyk protect",
"postinstall": "npm run snyk-protect"
"test": "npm run lint && mocha"
},
"bin": {
"npm-check-updates": "./bin/old-alias",
Expand Down Expand Up @@ -56,8 +54,7 @@
"require-dir": "^0.3.0",
"semver": "^5.0.1",
"semver-utils": "^1.1.1",
"update-notifier": "^0.5.0",
"snyk": "^1.1.1"
"update-notifier": "^0.5.0"
},
"devDependencies": {
"chai": "^3.2.0",
Expand All @@ -67,6 +64,5 @@
"mocha": "^2.2.5",
"should": "^7.0.2",
"spawn-please": "^0.1.0"
},
"snyk": true
}
}

0 comments on commit e837d0a

Please sign in to comment.