Skip to content

Commit

Permalink
fix: fix main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
younho9 committed Nov 11, 2021
1 parent 1b302fe commit 41c5d16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
"license": "MIT",
"author": "Younho Choo <yo+github@younho9.com>",
"type": "commonjs",
"main": "dist/src/index.js",
"types": "dist/types/src/index.d.ts",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/src",
"dist/types/src"
"dist"
],
"scripts": {
"prebuild": "yarn clean:dist",
Expand Down

0 comments on commit 41c5d16

Please sign in to comment.