@cspell/dict-java
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -9,3 +9,3 @@ { | ||
"name": "java", | ||
"path": "./java.txt.gz", | ||
"path": "./java.trie.gz", | ||
"description": "Java dictionary for cspell." | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "@cspell/dict-java", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Java dictionary for cspell.", | ||
@@ -14,8 +14,9 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools-cli compile --keep-raw-case \"java.txt\" -o .", | ||
"build": "cspell-tools-cli build", | ||
"test": "yarn run test-dict && yarn run test-check", | ||
"test-dict": "head -n 100 \"java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin", | ||
"test-dict": "head -n 100 \"src/java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin", | ||
"test-check": "ava", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"zip": "gzip -f -k java.trie", | ||
"prepare": "yarn run build && yarn run zip" | ||
}, | ||
@@ -40,6 +41,6 @@ "repository": { | ||
"files": [ | ||
"java.txt.gz", | ||
"java.trie.gz", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68" | ||
"gitHead": "fe9e77ac24549b17abedd57e5a1b690ed53c442a" | ||
} |
167203