Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 005117c

Browse files
committedMay 10, 2019
tests: add node 12, remove node 6
1 parent 8616bb6 commit 005117c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"lint": "eslint-klopov . || true",
6363
"prepare": "npm run babel",
6464
"prepublishOnly": "eslint-klopov . && npm run test:no-npm",
65-
"test": "eslint-klopov . && npm run babel && node test/test.js node10 no-npm && node test/test.js node8 no-npm && node test/test.js node6 no-npm && node test/test.js host only-npm",
65+
"test": "eslint-klopov . && npm run babel && node test/test.js node12 no-npm && node test/test.js node10 no-npm && node test/test.js node8 no-npm && node test/test.js host only-npm",
6666
"test:no-npm": "node test/test.js host no-npm"
6767
},
6868
"eslintConfig": {

0 commit comments

Comments
 (0)
This repository has been archived.