@cspell/dict-gaming-terms
Advanced tools
Comparing version 1.0.5 to 1.0.8
{ | ||
"name": "@cspell/dict-gaming-terms", | ||
"version": "1.0.5", | ||
"version": "1.0.8", | ||
"description": "Gaming dictionary for cspell.", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -15,3 +16,3 @@ "exports": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 1000 \"src/gaming-terms.txt\" | cspell -v -c ./cspell.json stdin", | ||
"test": "shx head -n 1000 \"src/gaming-terms.txt\" | cspell -c ./cspell.json stdin", | ||
"prepublishOnly": "echo OK", | ||
@@ -22,3 +23,4 @@ "prepare:dictionary": "pnpm run build" | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dicts", | ||
"directory": "dictionaries/gaming-terms" | ||
}, | ||
@@ -33,3 +35,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -46,3 +48,3 @@ "bugs": { | ||
], | ||
"gitHead": "64c6dda797a9e09a7e050b2d27205a8be183d4ba" | ||
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021" | ||
} |
4529