@cspell/dict-java
Advanced tools
Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "@cspell/dict-java", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Java dictionary for cspell.", | ||
@@ -15,7 +15,7 @@ "publishConfig": { | ||
"build": "cspell-tools-cli build", | ||
"test": "yarn run test-dict && yarn run test-check", | ||
"test-dict": "head -n 100 \"src/java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin", | ||
"test": "pnpm run test-dict && pnpm run test-check", | ||
"test-dict": "shx 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" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
@@ -43,3 +43,3 @@ "repository": { | ||
], | ||
"gitHead": "a8ff83095adc9f526f48772c52195e0456f78668" | ||
"gitHead": "11c4aa7672d6453720a0aaf94404cb7485986a95" | ||
} |
Sorry, the diff of this file is not supported yet
324737