Skip to content

Commit

Permalink
Fix missing tslib dependency when using from another project
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 28, 2024
1 parent fcb3a4c commit 554766d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"rollup": "^4.3.0",
"toml": "^3.0.0",
"zod": "^3.22.4",
"simple-git": "^3.22.0"
"simple-git": "^3.22.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@types/node": "^18.17.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down

0 comments on commit 554766d

Please sign in to comment.