Skip to content

Commit 5078e47

Browse files
authored
Remove snyk protection (#79)
1 parent 846e013 commit 5078e47

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

.snyk

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
"test": "nyc node_modules/mocha/bin/_mocha --recursive ./test/*/*/*-test.js ./test/*/*-test.js ./test/*-test.js && npm run lint:types",
3333
"node6-test": "nyc node_modules/mocha/bin/_mocha --recursive ./test/express/*/*-test.js ./test/express/*-test.js ./test/*-test.js",
3434
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
35-
"doctoc": "npm install -g doctoc && doctoc README.md",
36-
"snyk-protect": "snyk protect",
37-
"prepublish": "npm run snyk-protect"
35+
"doctoc": "npm install -g doctoc && doctoc README.md"
3836
},
3937
"repository": {
4038
"type": "git",
@@ -59,8 +57,7 @@
5957
"license": "Apache-2.0",
6058
"dependencies": {
6159
"api-schema-builder": "^1.0.9",
62-
"memoizee": "^0.4.14",
63-
"snyk": "^1.189.0"
60+
"memoizee": "^0.4.14"
6461
},
6562
"devDependencies": {
6663
"@typescript-eslint/eslint-plugin": "^1.9.0",
@@ -96,6 +93,5 @@
9693
},
9794
"publishConfig": {
9895
"registry": "https://registry.npmjs.org/"
99-
},
100-
"snyk": true
96+
}
10197
}

0 commit comments

Comments
 (0)