Skip to content

Commit b026e2e

Browse files
Add support for node 5.1.x
Add support for node 5.1.x by updating references to native dependencies. Add versions between 5.1.x and 6.0.0 as validated (we will not show warning for them).
1 parent 2c8ce46 commit b026e2e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"broccoli": "0.16.4",
3030
"broccoli-funnel": "0.2.3",
3131
"bufferpack": "0.0.6",
32-
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.0",
32+
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.1",
3333
"byline": "4.2.1",
3434
"chalk": "1.1.0",
3535
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1",
3636
"colors": "1.1.2",
3737
"esprima": "2.7.0",
38-
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.0",
39-
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.2",
38+
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.1",
39+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.3",
4040
"filesize": "3.1.2",
4141
"gaze": "0.5.1",
4242
"gulp": "3.9.0",
4343
"iconv-lite": "0.4.11",
4444
"inquirer": "0.9.0",
45-
"ios-sim-portable": "1.0.13-epsilon",
45+
"ios-sim-portable": "1.0.13",
4646
"lockfile": "1.0.1",
4747
"lodash": "3.10.0",
4848
"log4js": "0.6.26",
@@ -61,15 +61,15 @@
6161
"progress-stream": "1.1.1",
6262
"prompt": "https://github.com/Icenium/prompt/tarball/master",
6363
"properties-parser": "0.2.3",
64-
"ref": "https://github.com/icenium/ref/tarball/v1.1.3.0",
65-
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.0",
64+
"ref": "https://github.com/icenium/ref/tarball/v1.1.3.1",
65+
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.1",
6666
"rimraf": "2.4.2",
6767
"semver": "5.0.1",
6868
"shelljs": "0.5.1",
6969
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
7070
"temp": "0.8.3",
7171
"through2": "2.0.0",
72-
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.0",
72+
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.1",
7373
"vinyl-filter-since": "2.0.2",
7474
"winreg": "0.0.12",
7575
"ws": "0.7.1",
@@ -98,6 +98,6 @@
9898
},
9999
"license": "Apache-2.0",
100100
"engines": {
101-
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0"
101+
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <6.0.0"
102102
}
103103
}

0 commit comments

Comments
 (0)