Grunt update to dev dependencies (thanks @xtian, #695)

This commit is contained in:
photonstorm 2014-04-09 12:23:11 +01:00
parent a5d3558f09
commit 73d0414672
3 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

@ -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

View file

@ -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"
}
}