@cspell/dict-html
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -11,3 +11,3 @@ // cSpell Settings | ||
"name": "html", | ||
"path": "./html.txt.gz", | ||
"path": "./dict/html.txt", | ||
"description": "HTML dictionary for cspell." | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@cspell/dict-html", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "HTML dictionary for cspell.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile src/html.txt src/svg.txt --merge html -o .", | ||
"test": "head -n 100 \"src/html.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=html\" stdin", | ||
"build": "cspell-tools-cli build", | ||
"test": "head -n 100 src/html.txt | cspell -v -c ./cspell-ext.json \"--local=*\" --language-id=html stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -38,6 +38,6 @@ "prepare": "yarn run build" | ||
"files": [ | ||
"html.txt.gz", | ||
"dict/html.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0" | ||
"gitHead": "acf1f7a917672c1d4126fad5c6cbf7e1df7a67fa" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34854