Skip to content

Commit

Permalink
chore: remove snyk dep, we are not patching vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
adrukh authored Sep 28, 2017
1 parent b080179 commit 45be147
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"lint": "eslint cli/*.js lib/**/*.js",
"check-tests": "! grep 'test.only' test/**/*.test.js -n",
"cover": "tap test/**/*.test.js --timeout 60 --cov --coverage-report=lcov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [],
"author": "Remy Sharp",
Expand Down Expand Up @@ -66,8 +64,7 @@
"snyk-config": "^1.0.1",
"then-fs": "^2.0.0",
"tunnel": "0.0.4",
"undefsafe": "^1.2.0",
"snyk": "^1.41.1"
"undefsafe": "^1.2.0"
},
"repository": {
"type": "git",
Expand All @@ -76,6 +73,5 @@
"bugs": {
"url": "https://github.com/snyk/broker/issues"
},
"homepage": "https://github.com/snyk/broker#readme",
"snyk": true
"homepage": "https://github.com/snyk/broker#readme"
}

0 comments on commit 45be147

Please sign in to comment.