Fix Grunt 'run' task
Updated grunt-connect-proxy dependency. See https://github.com/drewzboto/grunt-connect-proxy/issues/95
Showing
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
"grunt-connect-proxy": "^0.1.11", | "grunt-connect-proxy": "^0.2", | ||
"grunt-contrib-clean": "^0.6", | "grunt-contrib-clean": "^0.6", | ||
"grunt-contrib-connect": "^0.9", | "grunt-contrib-connect": "^0.9", | ||
"grunt-contrib-jshint": "^0.11", | "grunt-contrib-jshint": "^0.11", | ||
... | ... |
Please register or sign in to comment