Merge pull request #168 from gordonwritescode/master

add `engines` property to package.json
This commit is contained in:
Ryan X. Charles 2014-03-18 10:11:02 -07:00
commit 7a359b9b77
1 changed files with 4 additions and 1 deletions

View File

@ -76,5 +76,8 @@
"commander": "~2.1.0",
"browser-pack": "~2.0.1"
},
"license": "MIT"
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}