From: Chris Jaekl Date: Mon, 8 Jan 2018 08:38:51 +0000 (+0900) Subject: Fixes oops (modified but not added file) from previous commit. X-Git-Url: http://jaekl.net/gitweb/?p=quanweb.git;a=commitdiff_plain;h=b4c0cac02e4c5760896c60a6dc21f292b676ea0c;ds=sidebyside Fixes oops (modified but not added file) from previous commit. --- diff --git a/js/package.json b/js/package.json index 3836a14..98cc809 100644 --- a/js/package.json +++ b/js/package.json @@ -15,7 +15,7 @@ "karma": "^2.0.0", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^1.1.1", - "mocha": "^4.0.1", + "mocha": "^4.0.1" }, "scripts": { "test": "./node_modules/karma/bin/karma start karma.conf.js"