From 6e2383b66b9efc9d4fc9ee5ea54c09373a47616e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 28 Aug 2018 17:28:40 -0400 Subject: [PATCH] add shimport --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7ecf9ae..617f0c0 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ }, "dependencies": { "html-minifier": "^3.5.16", + "shimport": "^0.0.4", "source-map-support": "^0.5.6", "tslib": "^1.9.1" },