@cspell/dict-svelte
Advanced tools
Comparing version 1.0.2 to 1.0.5
{ | ||
"name": "@cspell/dict-svelte", | ||
"version": "1.0.2", | ||
"version": "1.0.5", | ||
"description": "Svelte dictionary for cspell.", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -15,11 +16,12 @@ "exports": { | ||
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build", | ||
"test": "yarn run test-src && yarn run test-code", | ||
"test": "pnpm run test-src && pnpm run test-code", | ||
"test-code": "cspell \"**/*.svelte\"", | ||
"test-src": "head -n 1000 \"src/svelte.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=svelte\" stdin", | ||
"test-src": "shx head -n 1000 \"src/svelte.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=svelte\" stdin", | ||
"prepublishOnly": "echo OK", | ||
"prepare": "yarn 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-dicts", | ||
"directory": "dictionaries/svelte" | ||
}, | ||
@@ -34,3 +36,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -47,3 +49,3 @@ "bugs": { | ||
], | ||
"gitHead": "adf21d5f6c5e7fd89674b400e12f82104258e5c5" | ||
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021" | ||
} |
5643
5