Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3908382

Browse files
committed
only run stndard for node >= 8
1 parent 0c1b0a8 commit 3908382

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=4"
1515
},
1616
"scripts": {
17-
"test": "standard && tape test.js"
17+
"test": "if-node-version '>= 8' standard && tape test.js"
1818
},
1919
"types": "index.d.ts",
2020
"keywords": [
@@ -24,6 +24,7 @@
2424
],
2525
"dependencies": {},
2626
"devDependencies": {
27+
"if-node-version": "^1.1.1",
2728
"standard": "^13.0.1",
2829
"tape": "^4.0.0"
2930
},

0 commit comments

Comments
 (0)