Skip to content

Commit

Permalink
fix: add index.d.ts to typesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
u3u committed Apr 23, 2023
1 parent e40adb4 commit afd7330
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 @@ -25,12 +25,12 @@
"jsdelivr": "./dist/index.global.js",
"unpkg": "./dist/index.global.js",
"module": "./dist/index.js",
"browser": "./dist/index.global.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*"
"./dist/*",
"./dist/index.d.ts"
]
}
},
Expand Down

0 comments on commit afd7330

Please sign in to comment.