Skip to content

Commit

Permalink
fix: restore shared dependency in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Oct 28, 2024
1 parent 880d405 commit c395d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
},
"dependencies": {
"@expressots/boost-ts": "1.3.0",
"@expressots/shared": "file:../shared/expressots-shared-0.0.1-beta.1.tgz",
"axios": "^1.7.3",
"chalk-animation": "2.0.3",
"cli-progress": "3.12.0",
Expand All @@ -67,6 +66,7 @@
"@codecov/vite-plugin": "^0.0.1-beta.9",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@expressots/shared": "file:../shared/expressots-shared-0.0.1-beta.1.tgz",
"@release-it/conventional-changelog": "7.0.2",
"@types/chalk-animation": "1.6.1",
"@types/cli-progress": "3.11.0",
Expand Down

0 comments on commit c395d05

Please sign in to comment.