Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
removed snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Jan 22, 2020
1 parent aee404b commit 91690a3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1,576 deletions.
42 changes: 0 additions & 42 deletions .snyk

This file was deleted.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"start:dev": "cross-env NODE_ENV=dev node .",
"postinstall": "cd client && yarn install && yarn run build && cd ..",
"test": "cross-env NODE_ENV=test istanbul cover node_modules/jasmine/bin/jasmine.js",
"pretest": "eslint .",
"posttest": "npm run snyk-protect",
"snyk-protect": "snyk protect",
"prepublishOnly": "npm run snyk-protect"
"pretest": "eslint ."
},
"dependencies": {
"async": "^3.0.1",
Expand Down Expand Up @@ -43,7 +40,6 @@
"semver": "^5.3.0",
"serve-favicon": "^2.0.1",
"smtp-server": "^3.1.0",
"snyk": "^1.124.1",
"strong-error-handler": "^1.0.1",
"twilio": "^3.7.0",
"underscore.string": "^3.3.4"
Expand Down Expand Up @@ -73,6 +69,5 @@
},
"license": "Apache-2.0",
"description": "notification",
"private": true,
"snyk": true
"private": true
}
Loading

0 comments on commit 91690a3

Please sign in to comment.