Skip to content

Commit

Permalink
chore: Fix invalid repository configuration in package.json (#366)
Browse files Browse the repository at this point in the history
- Closes #381

https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk authored Dec 31, 2024
1 parent 76f74df commit 5415fb1
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 15 deletions.
3 changes: 2 additions & 1 deletion packages/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/emotion"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/formatjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/formatjs"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/jest"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/loadable-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/loadable-components"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/noop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/noop"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/prefresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/prefresh"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/react-remove-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/react-remove-properties"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/relay"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/remove-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/remove-console"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/styled-components"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/styled-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/styled-jsx"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/swc-confidential/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/swc-confidential"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/swc-magic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/swc-magic"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/swc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/swc-sdk"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/transform-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://swc.rs",
"repository": {
"type": "git",
"url": "+https://github.com/swc-project/plugins.git"
"url": "git+https://github.com/swc-project/plugins.git",
"directory": "packages/transform-imports"
},
"bugs": {
"url": "https://github.com/swc-project/plugins/issues"
Expand Down

0 comments on commit 5415fb1

Please sign in to comment.