Skip to content

Commit

Permalink
chore(npm): Normalize repo url (#10757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jun 8, 2024
1 parent 07c6122 commit 3933a97
Show file tree
Hide file tree
Showing 68 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/adapters/fastify/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Redwood's HTTP server for Serverless Functions",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/api-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/auth0/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/auth0/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/auth0/web"
},
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/azureActiveDirectory/api"
},
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/azureActiveDirectory/setup"
},
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/azureActiveDirectory/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/clerk/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/clerk/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/clerk/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/custom/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/dbAuth/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/dbAuth/middleware"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/dbAuth/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/dbAuth/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/firebase/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/firebase/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/firebase/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/netlify/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/netlify/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/netlify/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supabase/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supabase/middleware"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supabase/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supabase/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supertokens/api"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supertokens/setup"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth-providers/supertokens/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/auth"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/babel-config"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/cli-helpers"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/cli-packages/dataMigrate"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/cli-packages/storybook-vite"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/cli-packages/storybook"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Redwood Command Line",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/cli"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Codemods to ease upgrading a RedwoodJS Project",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/codemods"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/context"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Foundational packages and config required to build RedwoodJS.",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/core"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/create-redwood-app"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/eslint-config"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/eslint-plugin"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"url": "git+https://github.com/redwoodjs/redwood.git",
"directory": "packages/forms"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 3933a97

Please sign in to comment.