mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Update dev dependencies.
This commit is contained in:
parent
0c9bcc2ef2
commit
5c6f0be805
1 changed files with 7 additions and 8 deletions
15
package.json
15
package.json
|
@ -29,15 +29,14 @@
|
|||
"typescript"
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-connect": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt": "^0.4.1",
|
||||
"grunt-contrib-clean": "^0.5.0",
|
||||
"grunt-contrib-concat": "^0.4.0",
|
||||
"grunt-contrib-connect": "^0.7.1",
|
||||
"grunt-contrib-copy": "^0.5.0",
|
||||
"grunt-contrib-jshint": "^0.9.2",
|
||||
"grunt-contrib-uglify": "~0.3.3",
|
||||
"lodash": "~2.2.1",
|
||||
"grunt-text-replace": "~0.3.11",
|
||||
"grunt-contrib-uglify": "^0.4.0",
|
||||
"grunt-text-replace": "^0.3.11",
|
||||
"load-grunt-config": "~0.8.0-beta.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue