@cspell/dict-scientific-terms-us 3.0.0 → 3.0.1
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-scientific-terms-us",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Scientific Terms US dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "cspell-tools-cli build && pnpm gz",
|
|
15
|
+
"conditional-build": "cspell-tools-cli build --conditional && pnpm gz",
|
|
15
16
|
"test": "shx head -n 1000 \"src/custom_scientific_US.dic.txt\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
|
|
16
|
-
"gz": "cspell-tools-cli gzip *.trie",
|
|
17
|
-
"prepare": "pnpm gz",
|
|
17
|
+
"gz": "cspell-tools-cli gzip \"*.trie\"",
|
|
18
|
+
"prepare:dictionary": "pnpm gz",
|
|
18
19
|
"prepublishOnly": "echo pre-publish"
|
|
19
20
|
},
|
|
20
21
|
"repository": {
|
|
@@ -38,5 +39,5 @@
|
|
|
38
39
|
"custom_scientific_US.trie.gz",
|
|
39
40
|
"cspell-ext.json"
|
|
40
41
|
],
|
|
41
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f7447be803f50bf98411d8e62976ba008332367c"
|
|
42
43
|
}
|