From c65b687183b8f7e3a470398ffbac3c290378b3c9 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 27 Jun 2017 20:27:40 +1000 Subject: [PATCH] expose module in package.json allows rollup and webpack to load the lib as a module by default --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7f41463..1497222 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.6.5", "description": "A lightweight graphical user interface for changing variables in JavaScript.", "main": "index.js", + "module": "index.js", "directories": { "test": "tests" },