Skip to content

Commit

Permalink
fix: Upgrade ADA (#1589)
Browse files Browse the repository at this point in the history
* fix: Upgrade ada
  • Loading branch information
Ki-er committed Nov 8, 2022
1 parent 91bfbf6 commit 9f3c127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dictionaries/ada/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-ada",
"version": "3.0.0",
"version": "4.0.0",
"description": "Ada Language dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand All @@ -11,7 +11,7 @@
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile \"ada.txt\" -o .",
"build": "cspell-tools-cli compile --keep-raw-case \"ada.txt\" -o .",
"test": "yarn run test-dict && yarn run test-samples",
"test-dict": "head -n 100 \"ada.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=ada stdin",
"test-samples": "cspell \"samples/**\"",
Expand Down

0 comments on commit 9f3c127

Please sign in to comment.