Skip to content

Commit

Permalink
fix package.json to reflect supported node version
Browse files Browse the repository at this point in the history
closes #2080
  • Loading branch information
dougwilson committed Apr 27, 2014
1 parent dbea831 commit c054581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
"test": "make test"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"license": "MIT"
}

0 comments on commit c054581

Please sign in to comment.