Skip to content

Commit

Permalink
Upgrade grunt dependency for Jasmine tests (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarum-sugarcrm committed Feb 28, 2019
1 parent 83c2e42 commit c00ea0b
Show file tree
Hide file tree
Showing 2 changed files with 1,369 additions and 438 deletions.
6 changes: 2 additions & 4 deletions tests/jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"test": "grunt test-js --verbose"
},
"devDependencies": {
"grunt": "^1.0.1"
},
"dependencies": {
"grunt-contrib-jasmine": "^1.1.0"
"grunt": "^1.0.3",
"grunt-contrib-jasmine": "^2.0.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit c00ea0b

Please sign in to comment.