Skip to content

Commit

Permalink
Merge pull request #3276 from matthew-dean/dep-jasmine-bump
Browse files Browse the repository at this point in the history
Bump Jasmine version
  • Loading branch information
matthew-dean authored Jul 8, 2018
2 parents 8e814c7 + 5bda6e3 commit 9734a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ module.exports = function (grunt) {
main: {
// src is used to build list of less files to compile
src: [
'test/less/plugin.less',
'test/less/*.less',
'!test/less/plugin-preeval.less', // uses ES6 syntax
// Don't test NPM import, obviously
'!test/less/plugin-module.less',
'!test/less/import-module.less',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jasmine": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-eslint": "^19.0.0",
"grunt-saucelabs": "^9.0.0",
Expand Down

0 comments on commit 9734a60

Please sign in to comment.