Skip to content

Commit 033bdc8

Browse files
author
Alex Miłowski
committed
fixed #196
Removed the upper limit for the node version check.
1 parent 66cfbed commit 033bdc8

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
@@ -35,7 +35,7 @@
3535
"url": "http://github.com/marklogic/node-client-api.git"
3636
},
3737
"engines": {
38-
"node": ">=0.10.26 <0.11"
38+
"node": ">=0.10.26"
3939
},
4040
"devDependencies": {
4141
"bunyan": "^1.3.3",

0 commit comments

Comments
 (0)