@cspell/dict-en-ca 1.0.33 → 1.0.34

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -48,7 +48,7 @@ npm run build
48
48
 
49
49
  ## Adding Words
50
50
 
51
- Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_CA/src/additional_words.txt) by making a pull request.
51
+ Contributions are welcomed and encouraged, please read [src/README.md](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_CA/src/README.md).
52
52
 
53
53
  ## License
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-en-ca",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Canadian English dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -52,5 +52,5 @@
52
52
  "@cspell/aoo-mozilla-en-dict": "workspace:^",
53
53
  "@cspell/dict-en-shared": "workspace:^"
54
54
  },
55
- "gitHead": "87d8d65fdc410c1e1bf0f1278c030adfa0dfb4cb"
55
+ "gitHead": "55faffc671b8ed5499c66c61769098178d898f6a"
56
56
  }