Skip to content

Commit

Permalink
fix: Fix package errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 19, 2022
1 parent 94eae5d commit 87123ac
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/Exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "esm/index.js",
"files": [
"lib",
"esm"
"esm",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/authorized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "esm/index.js",
"files": [
"lib",
"esm"
"esm",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"module": "esm/index.js",
"files": [
"lib",
"esm",
"src"
],
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"files": [
"lib",
"esm",
"src"
],
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "esm/index.js",
"files": [
"lib",
"esm"
"esm",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/document-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"module": "esm/index.js",
"files": [
"lib",
"esm",
"src"
],
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "esm/index.js",
"files": [
"lib",
"esm"
"esm",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "esm/index.js",
"files": [
"lib",
"esm"
"esm",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/router-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"module": "esm/index.js",
"files": [
"lib",
"esm",
"src"
],
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/user-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"module": "esm/index.js",
"files": [
"lib",
"esm",
"src"
],
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "__tests__"
},
"files": [
"esm",
"lib"
],
"repository": {
Expand Down

0 comments on commit 87123ac

Please sign in to comment.