From 9521a29362c29f6954fabbc8a2fd90d29d7dc8a6 Mon Sep 17 00:00:00 2001 From: Rob Halff Date: Tue, 29 Dec 2020 22:56:00 +0100 Subject: [PATCH] add extension to export --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index e5fc66e..93cb276 100644 --- a/lib/index.js +++ b/lib/index.js @@ -13,4 +13,4 @@ * limitations under the License. */ -export * from './interop'; +export * from './interop.js';