Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-25 16:26:46 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-04-25 16:26:46 +0300
commitdd5dbe3ebd7d6a3a0b76c98eb82a1dce7d3fb128 (patch)
treea51d9db77d0ce9917371d23a7ea4c5bb868e94f5 /build
parent82c9eb1c5654562e8057953356af49b7295a7561 (diff)
Fix JS unit failure because of Jasmine 2.6 and the phantomjs launcher
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build')
-rw-r--r--build/package.json2
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",