-
- Downloads
fix grunt-contrib-jasmine version to ^1.2.0
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
"grunt-contrib-connect": "*", | "grunt-contrib-connect": "*", | ||
"grunt-contrib-copy": "*", | "grunt-contrib-copy": "*", | ||
"grunt-contrib-cssmin": "*", | "grunt-contrib-cssmin": "*", | ||
"grunt-contrib-jasmine": "*", | "grunt-contrib-jasmine": "^1.2.0", | ||
"grunt-contrib-jshint": "*", | "grunt-contrib-jshint": "*", | ||
"grunt-contrib-less": "^1.4.0", | "grunt-contrib-less": "^1.4.0", | ||
"grunt-contrib-uglify": "*", | "grunt-contrib-uglify": "*", | ||
... | ... |
Please register or sign in to comment