Skip to content

Commit 71e362a

Browse files
committed
Fix node engine requirements
1 parent 786fe30 commit 71e362a

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
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "1.0.12-beta",
3+
"version": "1.0.12-gamma",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -39,6 +39,6 @@
3939
"typescript": "1.6.2"
4040
},
4141
"engines": {
42-
"node": ">=0.10.40 <0.11.0 || >=0.12.8 <0.13.0 || >=4.2.1"
42+
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)