Skip to content

Commit

Permalink
chore: force usage of package workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
adbayb committed Sep 25, 2023
1 parent b365ee6 commit ca1e2e6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node -r esbuild-register ./src/index.ts"
},
"dependencies": {
"termost": "^0.11.1"
"termost": "workspace:^"
},
"devDependencies": {
"esbuild-register": "3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node -r esbuild-register ./src/index.ts"
},
"dependencies": {
"termost": "^0.11.1"
"termost": "workspace:^"
},
"devDependencies": {
"@types/node": "18.17.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node -r esbuild-register ./src/index.ts"
},
"dependencies": {
"termost": "^0.11.1"
"termost": "workspace:^"
},
"devDependencies": {
"esbuild-register": "3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node -r esbuild-register ./src/index.ts"
},
"dependencies": {
"termost": "^0.11.1"
"termost": "workspace:^"
},
"devDependencies": {
"esbuild-register": "3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node -r esbuild-register ./src/index.ts"
},
"dependencies": {
"termost": "^0.11.1"
"termost": "workspace:^"
},
"devDependencies": {
"esbuild-register": "3.5.0"
Expand Down
35 changes: 16 additions & 19 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 ca1e2e6

Please sign in to comment.