Skip to content

Commit 090c088

Browse files
authored
fix: Fix dictionary package info (#3956)
1 parent 8a96533 commit 090c088

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

dictionaries/cspell/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/streetsidesoftware/cspell-dicts"
23+
"url": "https://github.com/streetsidesoftware/cspell-dicts",
24+
"directory": "dictionaries/cspell"
2425
},
2526
"keywords": [
2627
"cspell",
@@ -29,7 +30,7 @@
2930
"dictionary",
3031
"spelling"
3132
],
32-
"author": "Street Side Software",
33+
"author": "Street Side Software <support@streetsidesoftware.nl>",
3334
"contributors": [],
3435
"license": "MIT",
3536
"bugs": {

dictionaries/gis/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/streetsidesoftware/cspell-dicts"
22+
"url": "https://github.com/streetsidesoftware/cspell-dicts",
23+
"directory": "dictionaries/gis"
2324
},
2425
"keywords": [
2526
"cspell",
@@ -29,7 +30,7 @@
2930
"dictionary",
3031
"spelling"
3132
],
32-
"author": "Street Side Software",
33+
"author": "Street Side Software <support@streetsidesoftware.nl>",
3334
"contributors": [],
3435
"license": "MIT",
3536
"bugs": {

dictionaries/mk/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/streetsidesoftware/cspell-dicts"
26+
"url": "https://github.com/streetsidesoftware/cspell-dicts",
27+
"directory": "dictionaries/mk"
2728
},
2829
"keywords": [
2930
"cspell",
@@ -33,7 +34,7 @@
3334
"dictionary",
3435
"spelling"
3536
],
36-
"author": "Street Side Software",
37+
"author": "Street Side Software <support@streetsidesoftware.nl>",
3738
"contributors": [],
3839
"license": "LGPL-3.0",
3940
"bugs": {

dictionaries/pokemon/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/streetsidesoftware/cspell-dicts"
22+
"url": "https://github.com/streetsidesoftware/cspell-dicts",
23+
"directory": "dictionaries/pokemon"
2324
},
2425
"keywords": [
2526
"cspell",
@@ -29,7 +30,7 @@
2930
"dictionary",
3031
"spelling"
3132
],
32-
"author": "Street Side Software",
33+
"author": "Street Side Software <support@streetsidesoftware.nl>",
3334
"contributors": [],
3435
"license": "MIT",
3536
"bugs": {

0 commit comments

Comments
 (0)