@cspell/dict-gaming-terms
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -11,2 +11,3 @@ | ||
Debuff | ||
Despawn | ||
Diggable | ||
@@ -49,2 +50,3 @@ Faceroll | ||
~debuff | ||
~despawn | ||
~diggable | ||
@@ -51,0 +53,0 @@ ~faceroll |
{ | ||
"name": "@cspell/dict-gaming-terms", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Gaming dictionary for cspell.", | ||
@@ -14,6 +14,6 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build", | ||
"test": "head -n 1000 \"src/gaming-terms.txt\" | cspell -v -c ./cspell.json stdin", | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 1000 \"src/gaming-terms.txt\" | cspell -v -c ./cspell.json stdin", | ||
"prepublishOnly": "echo OK", | ||
"prepare": "yarn run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
@@ -44,3 +44,3 @@ "repository": { | ||
], | ||
"gitHead": "adf21d5f6c5e7fd89674b400e12f82104258e5c5" | ||
"gitHead": "64c6dda797a9e09a7e050b2d27205a8be183d4ba" | ||
} |
4428
5