@cspell/dict-dart
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "@cspell/dict-dart", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Dart dictionary for cspell.", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
"test-samples": "cspell \"samples/**/*.dart\"", | ||
"test-dict": "shx head -n 1000 \"src/dart.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=dart\" stdin", | ||
"test-dict": "cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=dart\" samples/dart-common.txt", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -45,3 +45,3 @@ "prepare:dictionary": "pnpm run build" | ||
], | ||
"gitHead": "dc0f2d87633b7ca668383b494b920783462b76f2" | ||
"gitHead": "e3f333775f12fcf7dcb1ab5b04b32258e9100a37" | ||
} |
Sorry, the diff of this file is not supported yet
9323