Skip to content

Commit

Permalink
Require LTS node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Mar 14, 2016
1 parent 0dabd38 commit 925c983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "extends-promise",
"version": "1.1.0",
"version": "1.1.1",
"description": "Micro-library that extends native promises",
"main": "index.js",
"engines": {
"node": ">=4.2.0"
},
"scripts": {
"prepublish": "npm test",
"coveralls": "gulp coveralls",
Expand Down

0 comments on commit 925c983

Please sign in to comment.