Skip to content

Commit

Permalink
feat!: Upgrade uk_UA Dict (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Mazurok committed Apr 2, 2023
1 parent f7a7b8e commit c547bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dictionaries/uk_UA/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-uk-ua",
"version": "2.0.0",
"version": "3.0.0",
"description": "Ukrainian dictionary for cspell",
"publishConfig": {
"access": "public"
Expand All @@ -11,7 +11,7 @@
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile-trie \"uk_ua.dic\" -o .",
"build": "cspell-tools-cli compile --trie3 -x compound compile-trie \"uk_ua.dic\" -o .",
"test": "hunspell-reader words -n 1000 \"uk_ua.dic\" | cspell -v -c ./cspell-ext.json --local=uk --languageId=* stdin",
"prepublishOnly": "echo pre-publish"
},
Expand Down
Binary file modified dictionaries/uk_UA/uk_ua.trie.gz
Binary file not shown.

0 comments on commit c547bb3

Please sign in to comment.