Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 17, 2023
1 parent adaa631 commit 13e3e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 82 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@types/react-test-renderer": "^18.0.3",
"@vitest/coverage-v8": "^0.34.6",
"del-cli": "^5.1.0",
"fix-tsup-cjs": "^1.2.0",
"happy-dom": "^12.7.0",
"husky": "^8.0.3",
"is-ci-cli": "^2.2.0",
Expand All @@ -57,7 +56,7 @@
"vitest": "^0.34.6"
},
"scripts": {
"build": "npm run clean && tsup && fix-tsup-cjs",
"build": "npm run clean && tsup",
"watch": "tsup --watch",
"clean": "del dist/*",
"test": "is-ci \"test:coverage\" \"test:watch\"",
Expand All @@ -72,6 +71,7 @@
"prepare": "husky install"
},
"tsup": {
"cjsInterop": true,
"dts": true,
"entry": [
"src/index.ts"
Expand Down
80 changes: 0 additions & 80 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 13e3e32

Please sign in to comment.