Skip to content

Commit

Permalink
build(package): Disabled upper limit on supported node version
Browse files Browse the repository at this point in the history
Generally unless a problem is discovered, node version shouldn't be limited because it breaks builds
in other packages

fix #38
  • Loading branch information
ritave authored and mweibel committed May 24, 2018
1 parent 69e61f1 commit ef10ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"travis-deploy-once": "^4.3.4"
},
"engines": {
"node": ">=4 <=9"
"node": ">=4"
},
"release": {
"verifyRelease": {
Expand Down

0 comments on commit ef10ee0

Please sign in to comment.