Skip to content

Commit

Permalink
Bump required Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Sep 8, 2016
1 parent abe2e43 commit 887fd17
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 @@ -23,7 +23,7 @@
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "~1.0.0",
Expand All @@ -35,6 +35,6 @@
"time-grunt": "~1.4.0"
},
"engines": {
"node": "^5.5.0"
"node": "^6.0.0"
}
}

0 comments on commit 887fd17

Please sign in to comment.