mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Downgrade grunt to ^0.4.5
This eliminates the peerDependencies complaints on `npm install` from the various grunt plugins being used. I looked at upgrading the plugins but several still have no official support for grunt 1+.
This commit is contained in:
parent
3d0d82b5f7
commit
30e3b4dd09
@ -15,7 +15,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"dateformat": "1.0.11",
|
||||
"grunt": "1.0.1",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "1.0.0",
|
||||
"grunt-contrib-concat": "1.0.1",
|
||||
"grunt-contrib-connect": "1.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user