diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-07 16:18:26 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-11-08 12:13:32 +0100 |
commit | a8329947b466a626882a8573de4284685abf7648 (patch) | |
tree | d70a8bbc65b11cde5d252f8e01b903ced963d88b /build/package.json | |
parent | 8d4745154aba71ca6fb61053719aac9dda2e4f7e (diff) | |
download | nextcloud-server-a8329947b466a626882a8573de4284685abf7648.tar.gz nextcloud-server-a8329947b466a626882a8573de4284685abf7648.zip |
Bump jstests deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/package.json b/build/package.json index df26ba97785..6058d6785e0 100644 --- a/build/package.json +++ b/build/package.json @@ -1,23 +1,23 @@ { - "name": "owncloud-js-tests", - "description": "ownCloud tests", - "version": "0.0.1", + "name": "nextcloud-js-tests", + "description": "Nextcloud tests", + "version": "0.0.2", "author": { "name": "Vincent Petry", "email": "pvince81@owncloud.com" }, "private": true, - "homepage": "https://github.com/owncloud/", + "homepage": "https://github.com/nextcloud/", "contributors": [], "dependencies": {}, "devDependencies": { - "karma": "~0.12.0", - "karma-jasmine": "~0.3.0", + "karma": "~1.3.0", + "karma-jasmine": "~1.0.2", "karma-junit-reporter": "*", "karma-coverage": "*", "karma-phantomjs-launcher": "*", "phantomjs-prebuilt": "*", - "jasmine-core": "~2.3.4" + "jasmine-core": "~2.5.2" }, "engine": "node >= 0.8" } |