Browse Source
Fix JS unit failure because of Jasmine 2.6 and the phantomjs launcher
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/4494/head
Morris Jobke
9 years ago
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
1 additions and
1 deletions
-
build/package.json
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
"devDependencies": { |
|
|
|
"bower": "~1.8.0", |
|
|
|
"handlebars": "^4.0.5", |
|
|
|
"jasmine-core": "^2.5.2", |
|
|
|
"jasmine-core": "~2.5.2", |
|
|
|
"jasmine-sinon": "^0.4.0", |
|
|
|
"jsdoc": "~3.4.0", |
|
|
|
"karma": "^1.5.0", |
|
|
|
|