Skip to content

Commit

Permalink
Add engines field to package.json to specify min node v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manidlou committed Mar 6, 2017
1 parent 785705b commit 6bff133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -56,5 +56,8 @@
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"test": "npm run lint && npm run unit",
"unit": "node test.js"
},
"engines": {
"node": ">=4.5.0"
}
}

0 comments on commit 6bff133

Please sign in to comment.