Skip to content

Commit

Permalink
Support npm workspaces in set-workspace-version.js (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Dec 17, 2024
1 parent 84a65b9 commit a9b4b83
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 123 deletions.
1 change: 1 addition & 0 deletions packages/typescript-compat/v4.9.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts4.9",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-compat/v5.0.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts5.0",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-compat/v5.1.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts5.1",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-compat/v5.2.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts5.2",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-compat/v5.3.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts5.3",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-compat/v5.4.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts5.4",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-compat/v5.5.x/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts5.5",
"private": true,
"scripts": {
"test": "node_modules/.bin/tsc --outDir dist"
},
Expand Down
Loading

0 comments on commit a9b4b83

Please sign in to comment.