Skip to content

Commit

Permalink
fix: Remove Snyk from prod deps
Browse files Browse the repository at this point in the history
The Snyk patches here are redundant, so we can drop `snyk protect` and
move `snyk` to a dev dep.
  • Loading branch information
robcresswell committed Mar 1, 2021
1 parent 6a61382 commit d17e069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .snyk

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
"build": "tsc",
"build-watch": "tsc -w",
"prepare": "npm run snyk-protect && npm run build",
"snyk-test": "snyk test",
"snyk-protect": "snyk protect"
"prepare": "npm run build",
"snyk-test": "snyk test"
},
"types": "./dist/index.d.ts",
"repository": {
Expand All @@ -40,7 +39,6 @@
"debug": "^4.1.1",
"leaky-bucket-queue": "0.0.2",
"lodash": "4.17.21",
"snyk": "^1.323.2",
"snyk-config": "^4.0.0",
"source-map-support": "^0.5.16",
"tslib": "^1.10.0",
Expand All @@ -57,6 +55,7 @@
"jest": "^25.1.0",
"nock": "^12.0.3",
"prettier": "^1.19.1",
"snyk": "^1.462.0",
"ts-jest": "^25.1.0",
"ts-node": "8.6.2",
"tsc-watch": "^4.1.0",
Expand Down

0 comments on commit d17e069

Please sign in to comment.