Skip to content

Commit 16f98d6

Browse files
author
Ivan Demidov
committed
chore(package): add testen for testin support node version
1 parent 2fedad3 commit 16f98d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"commitmsg": "conventional-changelog-lint -e",
1616
"test": "xo && nyc ava",
1717
"prepush": "xo",
18+
"testen": "testen -n -- ava",
1819
"update": "updtr && ava-codemods --force"
1920
},
2021
"repository": {
@@ -56,9 +57,17 @@
5657
"posthtml-custom-elements": "^1.0.3",
5758
"read-pkg": "^1.1.0",
5859
"tempfile": "^1.1.1",
60+
"testen": "^1.8.2",
5961
"updtr": "^0.2.0",
6062
"xo": "^0.16.0"
6163
},
64+
"testen": {
65+
"node": [
66+
"4",
67+
"5",
68+
"6"
69+
]
70+
},
6271
"posthtml": {
6372
"customElements": {}
6473
}

0 commit comments

Comments
 (0)