From 6ce0368b4a7502e676f46e951af9a0742e82f85d Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Mon, 17 Dec 2018 02:35:42 -0500 Subject: [PATCH] Kill ESM exports for now, since they break Webpack users - See: https://github.com/MithrilJS/mithril.js/issues/2336 - See: https://github.com/webpack/webpack/issues/8491 - Note: revert this once the above issue is resolved --- ospec/package.json | 1 - package.json | 1 - stream/package.json | 1 - 3 files changed, 3 deletions(-) diff --git a/ospec/package.json b/ospec/package.json index d62823292..5c395ebeb 100644 --- a/ospec/package.json +++ b/ospec/package.json @@ -3,7 +3,6 @@ "version": "3.0.1", "description": "Noiseless testing framework", "main": "ospec.js", - "module": "ospec.mjs", "directories": { "test": "tests" }, diff --git a/package.json b/package.json index f856f7bae..2e1bc9be4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "author": "Leo Horie", "license": "MIT", "main": "mithril.js", - "module": "mithril.mjs", "repository": "MithrilJS/mithril.js", "scripts": { "dev": "node bundler/cli browser.js -output mithril.js -watch", diff --git a/stream/package.json b/stream/package.json index d78616b68..f5f4f86cd 100644 --- a/stream/package.json +++ b/stream/package.json @@ -3,7 +3,6 @@ "version": "1.1.0", "description": "Streaming data, mithril-style", "main": "stream.js", - "module": "stream.mjs", "directories": { "test": "tests" },