Skip to content

Commit 098e876

Browse files
authored
Merge pull request #2157 from NativeScript/vladimirov/node7
Add support for Node 7
2 parents 859c8ea + 8b91359 commit 098e876

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
"bluebird": "2.9.34",
3131
"bplist-parser": "0.1.0",
3232
"bufferpack": "0.0.6",
33-
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.3",
33+
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.4",
3434
"byline": "4.2.1",
3535
"chalk": "1.1.0",
3636
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2",
3737
"clui": "0.3.1",
3838
"colors": "1.1.2",
3939
"email-validator": "1.0.4",
4040
"esprima": "2.7.0",
41-
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.3",
42-
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.1",
41+
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.4",
42+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.15.0",
4343
"filesize": "3.1.2",
4444
"gaze": "1.1.0",
4545
"glob": "^7.0.3",
4646
"iconv-lite": "0.4.11",
4747
"inquirer": "0.9.0",
48-
"ios-sim-portable": "~1.5.0",
48+
"ios-sim-portable": "~1.6.0",
4949
"lockfile": "1.0.1",
5050
"lodash": "4.13.1",
5151
"log4js": "0.6.26",
@@ -65,14 +65,14 @@
6565
"plistlib": "0.2.1",
6666
"progress-stream": "1.1.1",
6767
"properties-parser": "0.2.3",
68-
"ref": "https://github.com/icenium/ref/tarball/v1.3.2.1",
69-
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.3",
68+
"ref": "https://github.com/icenium/ref/tarball/v1.3.2.2",
69+
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.4",
7070
"semver": "5.0.1",
7171
"shelljs": "0.5.3",
7272
"source-map": "0.5.6",
7373
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
7474
"temp": "0.8.3",
75-
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.3",
75+
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.4",
7676
"winreg": "0.0.17",
7777
"ws": "0.7.1",
7878
"xcode": "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz",
@@ -90,7 +90,7 @@
9090
"grunt-shell": "1.3.0",
9191
"grunt-ts": "5.5.1",
9292
"grunt-tslint": "3.1.0",
93-
"istanbul": "0.3.19",
93+
"istanbul": "0.4.5",
9494
"mocha": "2.5.3",
9595
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
9696
"mocha-typescript": "^1.0.4",
@@ -100,6 +100,6 @@
100100
},
101101
"license": "Apache-2.0",
102102
"engines": {
103-
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <7.0.0"
103+
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <8.0.0"
104104
}
105105
}

0 commit comments

Comments
 (0)