diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-25 12:45:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 12:45:52 -0300 |
commit | 51da0442d9604f9285d02b56f2b1f669701da90b (patch) | |
tree | b086429da8681c99eef1ff92a782c331e82643ca /build | |
parent | 8ef25a7628d44465d4777686227407f9a2067700 (diff) | |
parent | dd5dbe3ebd7d6a3a0b76c98eb82a1dce7d3fb128 (diff) | |
download | nextcloud-server-51da0442d9604f9285d02b56f2b1f669701da90b.tar.gz nextcloud-server-51da0442d9604f9285d02b56f2b1f669701da90b.zip |
Merge pull request #4494 from nextcloud/fix-jsunit
Fix JS unit failure because of Jasmine 2.6 and the phantomjs launcher
Diffstat (limited to 'build')
-rw-r--r-- | build/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json index 4ca1c672bd4..b078727805d 100644 --- a/build/package.json +++ b/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", |