Skip to content

Commit

Permalink
chore: add directory to package.json repository field (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 5, 2024
1 parent 33c051f commit 9e84490
Show file tree
Hide file tree
Showing 109 changed files with 260 additions and 107 deletions.
3 changes: 2 additions & 1 deletion dictionaries/ada/package.json
Expand Up @@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/ada"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/al/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/al"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/ar/package.json
Expand Up @@ -25,7 +25,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/ar"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/aws/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/aws"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/bash/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/bash"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/bg_BG/package.json
Expand Up @@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/bg_BG"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/ca/package.json
Expand Up @@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/ca"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/city-names-finland/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/city-names-finland"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/clojure/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/clojure"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/companies/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/companies"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/cpp/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/cpp"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/cryptocurrencies/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/cryptocurrencies"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/cs_CZ/package.json
Expand Up @@ -19,7 +19,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/cs_CZ"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/csharp/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/csharp"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/css/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/css"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/da_DK/package.json
Expand Up @@ -22,7 +22,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/da_DK"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/dart/package.json
Expand Up @@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/dart"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/data-science/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/data-science"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/de_AT/package.json
Expand Up @@ -23,7 +23,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/de_AT"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/de_CH/package.json
Expand Up @@ -23,7 +23,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/de_CH"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/de_DE/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/de_DE"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/django/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/django"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/docker/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/docker"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/dotnet/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/dotnet"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/el/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/el"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/elixir/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/elixir"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en-common-misspellings/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en-common-misspellings"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_AU/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en_AU"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_CA/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en_CA"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_GB-MIT/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en_GB-MIT"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_GB/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en_GB"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_US/package.json
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en_US"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_shared/package.json
Expand Up @@ -19,7 +19,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/en_shared"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/eo/package.json
Expand Up @@ -22,7 +22,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/eo"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/es_ES/package.json
Expand Up @@ -26,7 +26,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/es_ES"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/et-EE/package.json
Expand Up @@ -25,7 +25,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/et-EE"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/eu/package.json
Expand Up @@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/eu"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/fa_IR/package.json
Expand Up @@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/fa_IR"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/fi_FI/package.json
Expand Up @@ -22,7 +22,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/fi_FI"
},
"keywords": [
"cspell",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/filetypes/package.json
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/filetypes"
},
"keywords": [
"cspell",
Expand Down

0 comments on commit 9e84490

Please sign in to comment.