Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1885 from kguevara/master
Browse files Browse the repository at this point in the history
Fix node engine to support yarn js.
  • Loading branch information
Christopher McCulloh authored Oct 27, 2016
2 parents 686ff4e + 567ae51 commit cb658b4
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 @@ -50,7 +50,7 @@
"serve-static": "1.11.1"
},
"engines": {
"node": "5.8.x"
"node": ">=5.8.x"
},
"homepage": "https://github.com/ExactTarget/fuelux",
"keywords": [
Expand Down

0 comments on commit cb658b4

Please sign in to comment.