From d5bb1cfcb7856af6e60828265baed6ec58c527d8 Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Mon, 3 Dec 2018 17:55:16 +0100 Subject: [PATCH] Remove main and module from package.json --- publish-preact/package.json | 2 -- publish-react/package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/publish-preact/package.json b/publish-preact/package.json index 9fb84f6..f9ad107 100644 --- a/publish-preact/package.json +++ b/publish-preact/package.json @@ -9,8 +9,6 @@ "design", "icons" ], - "main": "dist/index.cjs.js", - "module": "dist/index.es.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/levrik/mdi-react.git" diff --git a/publish-react/package.json b/publish-react/package.json index c7d3aa4..d8d9096 100644 --- a/publish-react/package.json +++ b/publish-react/package.json @@ -9,8 +9,6 @@ "design", "icons" ], - "main": "dist/index.cjs.js", - "module": "dist/index.es.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/levrik/mdi-react.git"