We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c60262 commit 7cbf4a9Copy full SHA for 7cbf4a9
.snyk
package.json
@@ -8,9 +8,7 @@
8
"lint:ec": "eclint check $(git ls-files)",
9
"lint": "npm run lint:js && npm run lint:ec",
10
"test": "npm run lint && nyc ava",
11
- "coverage": "nyc report && codecov",
12
- "snyk-protect": "snyk protect",
13
- "prepare": "npm run snyk-protect"
+ "coverage": "nyc report && codecov"
14
},
15
"author": "Martin Giger (https://humanoids.be)",
16
"license": "MIT",
@@ -26,7 +24,6 @@
26
24
"eslint-ava-rule-tester": "^4.0.0",
27
25
"eslint-plugin-eslint-plugin": "^2.2.1",
28
"nyc": "^15.0.1",
29
- "snyk": "^1.323.0",
30
"typescript": "^3.9.2"
31
32
"peerDependencies": {
@@ -59,6 +56,5 @@
59
56
"test/**/*",
60
57
"!test/helpers"
61
58
]
62
- },
63
- "snyk": true
+ }
64
}
0 commit comments