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:
Brad Buchanan 2016-06-03 12:21:21 -07:00
parent 3d0d82b5f7
commit 30e3b4dd09

View File

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