@cspell/dict-en-ca 1.0.19 → 1.0.20

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.
Files changed (2) hide show
  1. package/cspell-ext.json +1 -1
  2. package/package.json +2 -2
package/cspell-ext.json CHANGED
@@ -1,7 +1,7 @@
1
1
  // cSpell Settings
2
2
  {
3
3
  "id": "en-ca",
4
- "name": "Canadian English Dictionary",
4
+ "name": "English - Canadian",
5
5
  "description": "Canadian English Dictionary",
6
6
  "readonly": true,
7
7
  // List of dictionary files to add to the global list of dictionaries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-en-ca",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Canadian English dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -54,5 +54,5 @@
54
54
  "@cspell/dict-en-shared": "workspace:^",
55
55
  "aoo-mozilla-en-dict": "github:marcoagpinto/aoo-mozilla-en-dict"
56
56
  },
57
- "gitHead": "7eecfcb5c58e95db20f785d1407d465ba52d5b76"
57
+ "gitHead": "6377819cef16df8486030b892396b377592fb67d"
58
58
  }