Skip to content

Commit

Permalink
fix: main referencing non existent file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kysluss committed Sep 19, 2023
1 parent 9d971f4 commit 1a28b16
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
@@ -1,7 +1,7 @@
{
"version": "5.2.6",
"license": "MIT",
"main": "./dist/index.umd.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.es.js",
"files": [
Expand All @@ -13,7 +13,7 @@
"./dist/index.es.js",
"./dist/index.d.ts"
],
"require": "./dist/index.umd.js"
"require": "./dist/index.js"
}
},
"engines": {
Expand Down

0 comments on commit 1a28b16

Please sign in to comment.