Remove snyk tooling (#228)

This commit is contained in:
Josh Dick
2020-07-07 11:51:29 -04:00
committed by GitHub
parent 4bd965e298
commit 78d4b029b6
3 changed files with 138 additions and 2228 deletions

View File

@@ -5,9 +5,7 @@
"main": "build.js",
"scripts": {
"build": "node build.js",
"test": "eslint build.js && node build.js check",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"test": "eslint build.js && node build.js check"
},
"author": {
"name": "Josh Dick",
@@ -24,13 +22,11 @@
"husky": "^4.2.3"
},
"dependencies": {
"termcolors": "latest",
"snyk": "^1.316.1"
"termcolors": "latest"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"snyk": true
}
}