Skip to content

Commit

Permalink
chore(package): revise engines requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 16, 2017
1 parent a4fae25 commit 18d2dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "npm run build"
},
"engines": {
"node": "0.12.x"
"node": ">= 0.12"
},
"dependencies": {
"fibre.js": "^0.2.1",
Expand Down

0 comments on commit 18d2dff

Please sign in to comment.