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 2bce292 commit 40c173fCopy full SHA for 40c173f
.travis.yml
@@ -1,3 +1,3 @@
1
language: node_js
2
node_js:
3
- - "6"
+- '6'
package.json
@@ -28,9 +28,7 @@
28
"uncss": "^0.14.1"
29
},
30
"scripts": {
31
- "test:snyk": "snyk test",
32
- "test:mocha": "mocha",
33
- "test": "npm run test:mocha && npm run test:snyk",
+ "test": "mocha",
34
"snyk-protect": "snyk protect",
35
"prepublish": "npm run snyk-protect"
36
0 commit comments