@cspell/dict-en-ca 1.0.6 → 1.0.8

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 (3) hide show
  1. package/en_CA.trie +1885 -1885
  2. package/package.json +3 -3
  3. package/src/README.md +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-en-ca",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Canadian English dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,8 +49,8 @@
49
49
  "test": "tests"
50
50
  },
51
51
  "devDependencies": {
52
- "@cspell/dict-en-shared": "1.0.7",
52
+ "@cspell/dict-en-shared": "1.0.9",
53
53
  "aoo-mozilla-en-dict": "github:marcoagpinto/aoo-mozilla-en-dict"
54
54
  },
55
- "gitHead": "25fa1817531c6e3e3b64a31b5bb41fcc489865de"
55
+ "gitHead": "a4b18241325dd725f7053d1434d99ec34a084d09"
56
56
  }
package/src/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Source Directory
2
-
3
- All source files used to generate the dictionary should be stored in this directory.