-
- Downloads
Update grunt-related packages
Old package.json resulted in version conflicts when installing the grunt. Also caused css/clean-blog.css to be slightly changed (uppercase color defs and the like).
... | ... | @@ -9,11 +9,11 @@ |
"url": "https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE" | ||
}, | ||
"devDependencies": { | ||
"grunt": ">=1.3.0", | ||
"grunt-contrib-less": "~0.11.4", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt": "^1.6.1", | ||
"grunt-contrib-less": "~3.0.0", | ||
"grunt-contrib-watch": "~1.1.0", | ||
"grunt-banner": "~0.2.3", | ||
"grunt-contrib-uglify": "~0.5.1" | ||
"grunt-contrib-uglify": "~5.2.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment