From c55fe8fcf8a24d12bf023923d079cb4472ea22f2 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Wed, 1 May 2019 09:22:26 -0400 Subject: [PATCH] always use latest shimport --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f94c445..74835e2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "html-minifier": "^3.5.21", "http-link-header": "^1.0.2", - "shimport": "0.0.14", + "shimport": "*", "sourcemap-codec": "^1.4.4", "string-hash": "^1.1.3" },