Skip to content

Commit

Permalink
Grunt update to dev dependencies (thanks @xtian, phaserjs#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Apr 9, 2014
1 parent a5d3558 commit 73d0414
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = function (grunt) {
loadConfig(grunt, {
configPath: __dirname + '/tasks/options',
config: {
package: grunt.file.readJSON('package.json'),
release_dir: 'build',
compile_dir: 'dist',
banner: require('fs').readFileSync(__dirname + '/tasks/banner.txt', 'utf8')
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Updated
* TypeScript definitions updated for latest changes (thanks @clark-stevenson)
* Keyboard.stop nulls the function references after removing the event listeners (thanks @bmceldowney, #691)
* Tilemap.hasTile allows for multi-layer type parameter (thanks @Raeven0, #680)
* Grunt update to dev dependencies (thanks @xtian, #695)


New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-text-replace": "^0.3.11",
"load-grunt-config": "~0.8.0-beta.1"
"load-grunt-config": "~0.7.2"
}
}

0 comments on commit 73d0414

Please sign in to comment.