-
- Downloads
Merge pull request #1551 from UCLALibrary/grunt-contrib-jasmine
fix erroring NodeJS v5 builds on Travis CI
No related branches found
No related tags found
... | @@ -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