Skip to content

Commit

Permalink
Changed links to local packages through pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Feb 17, 2024
1 parent 7505d38 commit 0d09374
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/captions-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "lib/index.js",
"type": "module",
"peerDependencies": {
"@sub37/server": "^1.0.0"
"@sub37/server": "workspace:^"
},
"scripts": {
"build": "rm -rf lib && npx tsc -p tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/ttml-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"type": "module",
"peerDependencies": {
"@sub37/server": "^1.0.0"
"@sub37/server": "workspace:^"
},
"scripts": {
"build": "rm -rf lib && npx tsc -p tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/webvtt-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"type": "module",
"peerDependencies": {
"@sub37/server": "^1.0.0"
"@sub37/server": "workspace:^"
},
"scripts": {
"build": "rm -rf lib && pnpm tsc -p tsconfig.build.json",
Expand Down
16 changes: 6 additions & 10 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 0d09374

Please sign in to comment.