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"