Skip to content

Commit

Permalink
fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
wesgro committed Jul 1, 2024
1 parent f9ae72d commit b7b8b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"format": "prettier --write ./src",
"build": "tsup",
"typecheck": "tsc --noEmit",
"typecheck:package": "attw --pack .",
"prepublishOnly": "npm run umd && npm run build"
"typecheck:package": "attw --pack ."
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -86,8 +85,8 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^3.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.1.0",
"typescript": "~5.5.2",
"vite": "^5.3.2",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit b7b8b64

Please sign in to comment.