@cspell/dict-dart
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@cspell/dict-dart", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Dart dictionary for cspell.", | ||
@@ -14,8 +14,8 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/dart.txt\" -o .", | ||
"build": "cspell-tools-cli build", | ||
"test": "npm run test-dict && npm run test-samples", | ||
"test-samples": "cspell \"samples/**/*.dart\"", | ||
"test-dict": "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 -v -c ./cspell-ext.json \"--local=*\" \"--languageId=dart\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare": "pnpm run build" | ||
}, | ||
@@ -44,3 +44,3 @@ "repository": { | ||
], | ||
"gitHead": "a8ff83095adc9f526f48772c52195e0456f78668" | ||
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b" | ||
} |
4779