Skip to content

Commit

Permalink
fix: types missing
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed Jun 3, 2024
1 parent 1417dc4 commit e7293fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "dist/index.js",
"bin": "dist/bin/cli.js",
"types": "dist/main.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky install",
"build:version": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
Expand Down

0 comments on commit e7293fd

Please sign in to comment.