From caaf195afa45229968093ffd3a4b7e735c58c2b1 Mon Sep 17 00:00:00 2001 From: Tom Andrews Date: Fri, 1 Feb 2019 08:15:24 +0000 Subject: [PATCH] Move es6-weak-map to dependencies Only dependencies are installed by default by clients and as this is required at runtime it needs to be installed. Closes #14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfc1323..d2f3d57 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "@types/sinon-chai": "^3.2.2", "chai": "^4.2.0", "coveralls": "^3.0.2", - "es6-weak-map": "^2.0.2", "istanbul": "1.1.0-alpha.1", "mocha": "^5.2.0", "rimraf": "^2.6.1", @@ -60,6 +59,7 @@ }, "dependencies": { "lodash": "^4.17.11", + "es6-weak-map": "^2.0.2", "tslib": "^1.6.0" } }