Skip to content

Commit

Permalink
fix(dep): Depend upon the jasmine-core version we test (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Nov 17, 2018
1 parent 2dbec13 commit c4dfef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -16,7 +16,9 @@
"jasmine"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {},
"dependencies": {
"jasmine-core": "^3.3"
},
"devDependencies": {
"conventional-changelog": "1.1.7",
"conventional-changelog-core": "1.9.3",
Expand All @@ -31,13 +33,11 @@
"grunt-karma": "2.x",
"grunt-npm": "0.0.2",
"karma": "2.x || ",
"jasmine-core": "^3.3.0",
"karma-chrome-launcher": "1.x || ~0.2.2",
"karma-firefox-launcher": "1.x || ~0.1.7",
"load-grunt-tasks": "^3.4.1"
},
"peerDependencies": {
"jasmine-core": "^3.3.0",
"karma": "*"
},
"engines": {
Expand Down

0 comments on commit c4dfef5

Please sign in to comment.