From b4c0cac02e4c5760896c60a6dc21f292b676ea0c Mon Sep 17 00:00:00 2001 From: Chris Jaekl Date: Mon, 8 Jan 2018 17:38:51 +0900 Subject: [PATCH] Fixes oops (modified but not added file) from previous commit. --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2