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
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-03-04 15:50:59 +0300
committerVincent Petry <pvince81@owncloud.com>2015-03-04 15:50:59 +0300
commit2a5f6a644831652f8010f8b7030d2998e6de6785 (patch)
tree6de4656fda2f73cdb1c678d12d7725915ef34082 /build/package.json
parentaa11b83158ab70152a3804ef30281971e0a5a7c9 (diff)
Make sure we use Jasmine 2 for running JS unit tests
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/package.json b/build/package.json
index 0c395839cf9..82dfa985907 100644
--- a/build/package.json
+++ b/build/package.json
@@ -11,8 +11,8 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
- "karma": "*",
- "karma-jasmine": "*",
+ "karma": "~0.12.0",
+ "karma-jasmine": "~0.2.0",
"karma-junit-reporter": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",