From 27574351fd013adaa57c40882ac82553db66fceb Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Tue, 5 Mar 2024 19:16:24 +0100 Subject: [PATCH] chore: Remove extraneous `git+` form url see: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository --- packages/Samples/package.json | 2 +- packages/cspell-bundled-dicts/package.json | 2 +- packages/cspell-code-snippets/package.json | 2 +- packages/cspell-config-lib/package.json | 2 +- packages/cspell-dictionary/package.json | 2 +- packages/cspell-eslint-plugin/package.json | 2 +- packages/cspell-gitignore/package.json | 2 +- packages/cspell-glob/package.json | 2 +- packages/cspell-grammar/package.json | 2 +- packages/cspell-io/package.json | 2 +- packages/cspell-json-reporter/package.json | 2 +- packages/cspell-lib/package.json | 2 +- packages/cspell-pipe/package.json | 2 +- packages/cspell-resolver/package.json | 2 +- packages/cspell-service-bus/package.json | 2 +- packages/cspell-strong-weak-map/package.json | 2 +- packages/cspell-tools/package.json | 2 +- packages/cspell-trie-lib/package.json | 2 +- packages/cspell-trie/package.json | 2 +- packages/cspell-types/package.json | 2 +- packages/cspell/package.json | 2 +- packages/dynamic-import/package.json | 2 +- packages/hunspell-reader/package.json | 2 +- scripts/update-package-json.mjs | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/Samples/package.json b/packages/Samples/package.json index ae33a5c1d1e..70a42c95b0b 100644 --- a/packages/Samples/package.json +++ b/packages/Samples/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/Samples" } } diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 6f2d048718f..d5b0d1b124b 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-bundled-dicts" }, "keywords": [ diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json index 6c24e0d16fb..af6f79a7632 100644 --- a/packages/cspell-code-snippets/package.json +++ b/packages/cspell-code-snippets/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-code-snippets" }, "keywords": [ diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json index 2308160b378..4ad8508958d 100644 --- a/packages/cspell-config-lib/package.json +++ b/packages/cspell-config-lib/package.json @@ -37,7 +37,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-config-lib" }, "bugs": { diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json index 76c6ed5b72c..5fda7a81969 100644 --- a/packages/cspell-dictionary/package.json +++ b/packages/cspell-dictionary/package.json @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-dictionary" }, "keywords": [ diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json index 6f2289bb2d1..815f558dbfe 100644 --- a/packages/cspell-eslint-plugin/package.json +++ b/packages/cspell-eslint-plugin/package.json @@ -63,7 +63,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-eslint-plugin" }, "bugs": { diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json index 3938d0e3804..59cdefedcf2 100644 --- a/packages/cspell-gitignore/package.json +++ b/packages/cspell-gitignore/package.json @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-gitignore" }, "bugs": { diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json index 327d49fbbec..f03ab133fd2 100644 --- a/packages/cspell-glob/package.json +++ b/packages/cspell-glob/package.json @@ -40,7 +40,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-glob" }, "bugs": { diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json index b9028f4a881..518bf923052 100644 --- a/packages/cspell-grammar/package.json +++ b/packages/cspell-grammar/package.json @@ -71,7 +71,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-grammar" }, "bugs": { diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json index 0cd5543115e..30c3d45d9a6 100644 --- a/packages/cspell-io/package.json +++ b/packages/cspell-io/package.json @@ -32,7 +32,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-io" }, "keywords": [ diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json index bcbf7bbc1b6..4e28751b887 100644 --- a/packages/cspell-json-reporter/package.json +++ b/packages/cspell-json-reporter/package.json @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-json-reporter" }, "scripts": { diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json index 7273c4fb974..9c93a74064e 100644 --- a/packages/cspell-lib/package.json +++ b/packages/cspell-lib/package.json @@ -38,7 +38,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-lib" }, "keywords": [ diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json index 8918caadccb..fcc98892307 100644 --- a/packages/cspell-pipe/package.json +++ b/packages/cspell-pipe/package.json @@ -105,7 +105,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-pipe" }, "bugs": { diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json index dabc9beacca..57035f29320 100644 --- a/packages/cspell-resolver/package.json +++ b/packages/cspell-resolver/package.json @@ -40,7 +40,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-resolver" }, "bugs": { diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json index 0b75e346797..3be3a2b0950 100644 --- a/packages/cspell-service-bus/package.json +++ b/packages/cspell-service-bus/package.json @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-service-bus" }, "bugs": { diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json index 29b165b8e09..88e02b3e025 100644 --- a/packages/cspell-strong-weak-map/package.json +++ b/packages/cspell-strong-weak-map/package.json @@ -46,7 +46,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-strong-weak-map" }, "bugs": { diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json index eed85835abc..d055b083c30 100644 --- a/packages/cspell-tools/package.json +++ b/packages/cspell-tools/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-tools" }, "keywords": [ diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json index 4d9e3a9cbd9..85270229f07 100644 --- a/packages/cspell-trie-lib/package.json +++ b/packages/cspell-trie-lib/package.json @@ -34,7 +34,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-trie-lib" }, "keywords": [ diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json index 3a17a3f54f1..6b032d772c9 100644 --- a/packages/cspell-trie/package.json +++ b/packages/cspell-trie/package.json @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-trie" }, "keywords": [ diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json index ba3f0e978de..5f9418bb335 100644 --- a/packages/cspell-types/package.json +++ b/packages/cspell-types/package.json @@ -62,7 +62,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-types" }, "files": [ diff --git a/packages/cspell/package.json b/packages/cspell/package.json index e1a1eb2247a..660bdf149f3 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -61,7 +61,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell" }, "keywords": [ diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json index 2d7b814b23f..cfdba5745db 100644 --- a/packages/dynamic-import/package.json +++ b/packages/dynamic-import/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/dynamic-import" }, "bugs": { diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index 95a8ca389b2..ba855376abc 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell.git", + "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/hunspell-reader" }, "keywords": [ diff --git a/scripts/update-package-json.mjs b/scripts/update-package-json.mjs index a3ac5bf2236..d7b72ac11e5 100755 --- a/scripts/update-package-json.mjs +++ b/scripts/update-package-json.mjs @@ -13,7 +13,7 @@ async function updatePackageJson(pkgFile) { const repository = { type: 'git', - url: 'git+https://github.com/streetsidesoftware/cspell.git', + url: 'https://github.com/streetsidesoftware/cspell.git', directory, };