Skip to content

Commit b2d828a

Browse files
fix(package.json): Fix engines in package.json
Closes #66
1 parent 82a3e2e commit b2d828a

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
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/ui-router/ng2/issues"
3333
},
3434
"engines": {
35-
"node": ">6"
35+
"node": ">=6.0.0"
3636
},
3737
"license": "MIT",
3838
"main": "_bundles/ui-router-ng2.js",

0 commit comments

Comments
 (0)