Skip to content

Commit

Permalink
fix: removed type module but kept main > module field
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Feb 12, 2020
1 parent 9a6b1b0 commit 552caaa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/ui-core/package.json
Expand Up @@ -27,7 +27,6 @@
"dist/",
"banner.js"
],
"type": "module",
"module": "dist/index.js",
"scripts": {
"build": "node ../../scripts/build.js",
Expand Down
1 change: 0 additions & 1 deletion packages/ui-datepicker/package.json
Expand Up @@ -26,7 +26,6 @@
"files": [
"dist/"
],
"type": "module",
"module": "dist/index.js",
"scripts": {
"build": "node ../../scripts/build.js"
Expand Down
1 change: 0 additions & 1 deletion packages/ui-icons/package.json
Expand Up @@ -26,7 +26,6 @@
"files": [
"dist/"
],
"type": "module",
"module": "dist/index.js",
"scripts": {
"build": "node ../../scripts/build.js"
Expand Down
1 change: 0 additions & 1 deletion packages/ui-typeahead/package.json
Expand Up @@ -26,7 +26,6 @@
"files": [
"dist/"
],
"type": "module",
"module": "dist/index.js",
"scripts": {
"build": "node ../../scripts/build.js"
Expand Down

0 comments on commit 552caaa

Please sign in to comment.