Skip to content

Commit 068af6a

Browse files
committed
test(package): add node 7 in testen config
1 parent e2b3e30 commit 068af6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
2929
"pretest": "clinton && npm run lintjs && npm run lintmd",
3030
"test": "nyc ava",
31-
"update": "updtr"
31+
"update": "updtr",
32+
"testen": "testen -n -- ava"
3233
},
3334
"files": [
3435
"lib/"
@@ -80,7 +81,8 @@
8081
"node": [
8182
"4",
8283
"5",
83-
"6"
84+
"6",
85+
"7"
8486
]
8587
},
8688
"babel": {

0 commit comments

Comments
 (0)