Skip to content

Commit b71feae

Browse files
committed
fix(workspace): restore internal package links
1 parent efbaa00 commit b71feae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"typecheck": "tsc --noEmit"
4444
},
4545
"dependencies": {
46-
"@actalk/inkos-core": "1.1.1",
47-
"@actalk/inkos-studio": "1.1.1",
46+
"@actalk/inkos-core": "workspace:*",
47+
"@actalk/inkos-studio": "workspace:*",
4848
"commander": "^13.0.0",
4949
"dotenv": "^16.4.0",
5050
"epub-gen-memory": "^1.0.10",

packages/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --noEmit && tsc -p tsconfig.server.json --noEmit"
2929
},
3030
"dependencies": {
31-
"@actalk/inkos-core": "1.1.1",
31+
"@actalk/inkos-core": "workspace:*",
3232
"@base-ui/react": "^1.3.0",
3333
"@fontsource-variable/geist": "^5.2.8",
3434
"@hono/node-server": "^1.13.0",

0 commit comments

Comments
 (0)