From 2b30e25f0d261d2d7f37127bda0c235b0a5acf57 Mon Sep 17 00:00:00 2001 From: "Shahar Or (mightyiam)" Date: Sun, 14 Jun 2020 22:13:25 +0700 Subject: [PATCH] ux(package): no module field Fixes #681. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7c252df..959c6fc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.7.4", "description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.", "type": "module", - "module": "es/snabbdom.js", "exports": { "./helpers/attachto": "./build/package/helpers/attachto.js", "./modules/attributes": "./build/package/modules/attributes.js",