Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Feb 26, 2024
1 parent 49182ca commit b77e64c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"entryFileNames": "cjs/index.js",
"multiple": true,
"esModule": false,
"type": true,
"format": "cjs",
"sourcemap": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/chakra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"entryFileNames": "cjs/index.js",
"multiple": true,
"esModule": false,
"type": true,
"format": "cjs",
"sourcemap": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"entryFileNames": "cjs/index.js",
"multiple": true,
"esModule": false,
"type": true,
"format": "cjs",
"sourcemap": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"entryFileNames": "cjs/index.js",
"multiple": true,
"esModule": false,
"type": true,
"format": "cjs",
"sourcemap": true
},
Expand Down

0 comments on commit b77e64c

Please sign in to comment.