Skip to content

Commit 78aef77

Browse files
Merge pull request #238 from NativeScript/vladimirov/support-nodejs-0-12
Add support for Nodejs 0.12.0
2 parents cbc4b9f + 296c54e commit 78aef77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"prompt": "https://github.com/Icenium/prompt/tarball/master",
5050
"properties-parser": "0.2.3",
5151
"ref": "https://github.com/icenium/ref/tarball/master",
52-
"ref-struct": "0.0.5",
52+
"ref-struct": "https://github.com/telerik/ref-struct/tarball/master",
5353
"rimraf": "2.2.6",
5454
"semver": "3.0.1",
5555
"shelljs": "0.3.0",
@@ -77,6 +77,6 @@
7777
},
7878
"license": "Apache-2.0",
7979
"engines": {
80-
"node": ">=0.10.26 <0.10.34 || >=0.10.35 <0.11.0"
80+
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
8181
}
8282
}

0 commit comments

Comments
 (0)