@cspell/dict-rust 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dict/rust.txt +3 -1
- package/package.json +4 -4
- package/dict/README.md +0 -3
package/dict/rust.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-rust",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Rust dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "cspell-tools-cli compile --keep-raw-case src/rust.txt --no-compress -o ./dict",
|
|
15
|
-
"test": "head -n 1000 src/rust.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=rust stdin",
|
|
15
|
+
"test": "shx head -n 1000 src/rust.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=rust stdin",
|
|
16
16
|
"prepublishOnly": "echo pre-publish",
|
|
17
|
-
"prepare": "
|
|
17
|
+
"prepare:dictionary": "pnpm run build"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dict/rust.txt",
|
|
38
38
|
"cspell-ext.json"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "62f2a5fe0ef75e5d54c5d4b947897273625bdd1e"
|
|
41
41
|
}
|
package/dict/README.md
DELETED