mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Grunt update to dev dependencies (thanks @xtian, #695)
This commit is contained in:
parent
a5d3558f09
commit
73d0414672
3 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue