Skip to content

Commit

Permalink
fix: require node 6 or above in engines
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 4, 2017
1 parent 2bb587c commit 71eab1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nodemon": "./bin/nodemon.js"
},
"engines": {
"node": ">=0.8"
"node": ">=6"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"ps-tree": "^1.1.0",
"touch": "^3.1.0",
"undefsafe": "0.0.3",
"update-notifier": "^2.2.0"
"update-notifier": "^2.3.0"
},
"version": "0.0.0-development"
}

0 comments on commit 71eab1a

Please sign in to comment.