Skip to content

Commit

Permalink
Updated node engine and version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Selander committed Oct 24, 2016
1 parent dec5ebf commit 8784e9b
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 @@ -17,7 +17,7 @@
},
"main": "Gruntfile.js",
"engines": {
"node": "^4.0.0"
"node": ">5.0.0"
},
"scripts": {
"test": "grunt test"
Expand All @@ -43,4 +43,4 @@
"minify",
"html"
]
}
}

0 comments on commit 8784e9b

Please sign in to comment.