Skip to content

Commit

Permalink
fix: make sure en-GB dictionary has the keyword cspell-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 3, 2021
1 parent 56f8c96 commit 8f0e513
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dictionaries/en_GB/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@
"prepublishOnly": "yarn test",
"test-dict": "head -n 1000 \"./src/wordsEnGb.txt\" | cspell -v -c ./cspell-ext.json --local=en_gb --languageId=* stdin",
"test-text": "cspell -v -c ./cspell-ext.json --local=en_gb --languageId=* \"tests/*.txt\"",
"test": "yarn run test-dict && yarn run test-text",
"cspell-link": "node install.js",
"cspell-unlink": "node uninstall.js"
"test": "yarn run test-dict && yarn run test-text"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"cspell-ext",
"en_GB",
"dictionary",
"spelling"
Expand Down

0 comments on commit 8f0e513

Please sign in to comment.