Skip to content

Commit

Permalink
fix: change exports path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Nov 25, 2022
1 parent 65eef31 commit bea944a
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 @@ -5,8 +5,8 @@
"bin": {
"laravel-typegen": "dist/src/cli.js"
},
"exports": "./src/index.js",
"types": "./src/index.d.ts",
"exports": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"prepublishOnly": "pnpm run build",
Expand Down

0 comments on commit bea944a

Please sign in to comment.