From e94812cef1e42973dc010e44de3a899ee8317ba4 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 30 May 2019 17:33:58 -0700 Subject: [PATCH] Move mocha to dev dependencies --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 92026250..0dd8e8f7 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "express-ws": "2.0.0-rc.1", "glob": "^7.0.5", "jsdom": "^11.11.0", + "mocha": "^6.1.4", "node-pty": "0.7.6", "puppeteer": "^1.15.0", "source-map-loader": "^0.2.4", @@ -50,8 +51,5 @@ "prepublishOnly": "npm run package", "coveralls": "nyc report --reporter=text-lcov | coveralls", "watch": "tsc -b -w ./src/tsconfig.all.json --preserveWatchOutput" - }, - "dependencies": { - "mocha": "^6.1.4" } }