Skip to content

Commit 8adee51

Browse files
Allow usage of latest node
Change engine in package.json to allow versions above node 0.10.35. This way we can work with node 0.12.0.
1 parent 63c9f4b commit 8adee51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"grunt-ts": "1.11.2"
3939
},
4040
"engines": {
41-
"node": ">=0.10.26 <0.10.34 || >=0.10.35 <0.11.0"
41+
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
4242
}
4343
}

0 commit comments

Comments
 (0)