Skip to content

Commit

Permalink
fix: upgrade build tool to fix output files cjs error
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Aug 29, 2023
1 parent c610f2e commit 3bb293a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"build": "ts-project-builder -c --build-type package"
},
"dependencies": {
"@kikiutils/fs-extra": "^1.2.10",
"@kikiutils/fs-extra": "^1.2.11",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@kikiutils/tsconfigs": "^0.2.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.5.7",
"ts-project-builder": "^0.6.1",
"ts-project-builder": "^0.7.0",
"typescript": "^5.2.2"
},
"keywords": [
Expand Down
28 changes: 14 additions & 14 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 3bb293a

Please sign in to comment.