Skip to content

Commit

Permalink
fix(build): Move tslib to dependencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Mar 11, 2024
1 parent e8a8015 commit 9900d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
"packageManager": "[email protected]",
"dependencies": {
"axios": "^1.6.7"
"axios": "^1.6.7",
"tslib": "^2.6.2"
},
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
Expand All @@ -49,7 +50,6 @@
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 9900d65

Please sign in to comment.