Skip to content

Commit 7cbf4a9

Browse files
committed
chore: dump snyk
1 parent 9c60262 commit 7cbf4a9

File tree

2 files changed

+2
-62
lines changed

2 files changed

+2
-62
lines changed

.snyk

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

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"lint:ec": "eclint check $(git ls-files)",
99
"lint": "npm run lint:js && npm run lint:ec",
1010
"test": "npm run lint && nyc ava",
11-
"coverage": "nyc report && codecov",
12-
"snyk-protect": "snyk protect",
13-
"prepare": "npm run snyk-protect"
11+
"coverage": "nyc report && codecov"
1412
},
1513
"author": "Martin Giger (https://humanoids.be)",
1614
"license": "MIT",
@@ -26,7 +24,6 @@
2624
"eslint-ava-rule-tester": "^4.0.0",
2725
"eslint-plugin-eslint-plugin": "^2.2.1",
2826
"nyc": "^15.0.1",
29-
"snyk": "^1.323.0",
3027
"typescript": "^3.9.2"
3128
},
3229
"peerDependencies": {
@@ -59,6 +56,5 @@
5956
"test/**/*",
6057
"!test/helpers"
6158
]
62-
},
63-
"snyk": true
59+
}
6460
}

0 commit comments

Comments
 (0)