@cspell/dict-en-gb-ise 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ The `cspell-ext.json` file in this package should be added to the import section
|
|
|
40
40
|
|
|
41
41
|
## Adding Words
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
Contributions are welcomed and encouraged, please read [src/README.md](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB-ise/src/README.md).
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-en-gb-ise",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "British English (-ise) dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"@cspell/aoo-mozilla-en-dict": "workspace:^",
|
|
50
50
|
"@cspell/dict-en-shared": "workspace:^"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "55faffc671b8ed5499c66c61769098178d898f6a"
|
|
53
53
|
}
|