Skip to content

Commit

Permalink
chore: no need for snyk patches
Browse files Browse the repository at this point in the history
  • Loading branch information
adrukh authored Nov 10, 2017
1 parent 72e2e2a commit 45fb1dc
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 @@ -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 @@ -67,8 +65,7 @@
"snyk-config": "^1.0.1",
"then-fs": "^2.0.0",
"tunnel": "0.0.4",
"undefsafe": "^1.2.0",
"snyk": "^1.49.1"
"undefsafe": "^1.2.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 45fb1dc

Please sign in to comment.