Skip to content

Commit

Permalink
fix: move types to the first field (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Jan 27, 2023
1 parent 5ee3a2f commit 60b9f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.mjs"
},
"./dist/webpack/loaders/load": "./dist/webpack/loaders/load.js",
"./dist/webpack/loaders/transform": "./dist/webpack/loaders/transform.js"
Expand Down

0 comments on commit 60b9f7c

Please sign in to comment.