Skip to content

Commit 4148f6f

Browse files
Add support for Node.js 7.6.0 (#2563)
Use the new tags of our C++ dependencies, where we have prebuilt binaries for Node.js 7.6.0
1 parent 4caffb0 commit 4148f6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"bplist-parser": "0.1.0",
3131
"bufferpack": "0.0.6",
32-
"bufferutil": "https://git.1-hub.cntelerik/bufferutil/tarball/v1.0.1.4",
32+
"bufferutil": "https://git.1-hub.cntelerik/bufferutil/tarball/v1.0.1.5",
3333
"byline": "4.2.1",
3434
"chalk": "1.1.0",
3535
"chokidar": "^1.6.1",
@@ -38,7 +38,7 @@
3838
"colors": "1.1.2",
3939
"email-validator": "1.0.4",
4040
"esprima": "2.7.0",
41-
"ffi": "https://git.1-hub.cnicenium/node-ffi/tarball/v2.0.0.4",
41+
"ffi": "https://git.1-hub.cnicenium/node-ffi/tarball/v2.0.0.5",
4242
"filesize": "3.1.2",
4343
"gaze": "1.1.0",
4444
"glob": "^7.0.3",
@@ -63,14 +63,14 @@
6363
"plistlib": "0.2.1",
6464
"progress-stream": "1.1.1",
6565
"properties-parser": "0.2.3",
66-
"ref": "https://git.1-hub.cnicenium/ref/tarball/v1.3.2.2",
67-
"ref-struct": "https://git.1-hub.cntelerik/ref-struct/tarball/v1.0.2.4",
66+
"ref": "https://git.1-hub.cnicenium/ref/tarball/v1.3.2.3",
67+
"ref-struct": "https://git.1-hub.cntelerik/ref-struct/tarball/v1.0.2.5",
6868
"semver": "5.0.1",
6969
"shelljs": "0.7.6",
7070
"source-map": "0.5.6",
7171
"tabtab": "https://git.1-hub.cnIcenium/node-tabtab/tarball/master",
7272
"temp": "0.8.3",
73-
"utf-8-validate": "https://git.1-hub.cntelerik/utf-8-validate/tarball/v1.0.1.4",
73+
"utf-8-validate": "https://git.1-hub.cntelerik/utf-8-validate/tarball/v1.0.1.5",
7474
"uuid": "3.0.1",
7575
"winreg": "0.0.17",
7676
"ws": "0.7.1",

0 commit comments

Comments
 (0)