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

Commit 38fd492

Browse files
committed
fix: permit node8,yarn1
1 parent 7225fe7 commit 38fd492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"promise"
1616
],
1717
"engines": {
18-
"node": "^10.15.3",
19-
"yarn": "^1.12.3"
18+
"node": "^8.0.0 || ^10.0.0",
19+
"yarn": "^1.0.0"
2020
},
2121
"main": "build/src/index.js",
2222
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)