@cspell/dict-dart
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "@cspell/dict-dart", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Dart dictionary for cspell.", | ||
@@ -17,9 +17,10 @@ "publishConfig": { | ||
"test-samples": "cspell \"samples/**/*.dart\"", | ||
"test-dict": "shx head -n 1000 \"src/dart.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=dart\" stdin", | ||
"test-dict": "shx head -n 1000 \"src/dart.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=dart\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "pnpm run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/dart" | ||
}, | ||
@@ -34,3 +35,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -45,3 +46,3 @@ "bugs": { | ||
], | ||
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b" | ||
"gitHead": "dc0f2d87633b7ca668383b494b920783462b76f2" | ||
} |
Sorry, the diff of this file is not supported yet
8778