From 8a5e8ff6ad96751f440b1b64459efe893994abf5 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Sun, 21 Jan 2018 15:33:06 +0000 Subject: [PATCH] add regenerator-runtime --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 59011a41..dd615efd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,9 @@ "karma-mocha": "^1.3.0", "mocha": "^4.0.1", "node-fetch": "^2.0.0-alpha.9", + "regenerator-runtime": "^0.11.1", "sinon": "^4.1.3", - "sinon-chai": "^2.14.0" + "sinon-chai": "^2.14.0", + "watchify": "^3.9.0" } }