@cspell/dict-scientific-terms-us 2.0.0 → 3.0.0
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/README.md +2 -2
- package/cspell-ext.json +1 -1
- package/custom_scientific_US.trie.gz +0 -0
- package/package.json +7 -5
- package/custom_scientific_US.dic.trie.gz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CSpell Scientific Terms US Dictionary
|
|
2
2
|
|
|
3
3
|
Scientific Terms US dictionary for cspell.
|
|
4
4
|
|
|
@@ -47,4 +47,4 @@ MIT
|
|
|
47
47
|
|
|
48
48
|
> Some packages may have other licenses included.
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
<!--- cspell:ignore Petrie’s --->
|
package/cspell-ext.json
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-scientific-terms-us",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Scientific Terms US dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -11,8 +11,10 @@
|
|
|
11
11
|
"./cspell-ext.json": "./cspell-ext.json"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "cspell-tools
|
|
15
|
-
"test": "head -n 1000 \"custom_scientific_US.dic.txt\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
|
|
14
|
+
"build": "cspell-tools-cli build && pnpm gz",
|
|
15
|
+
"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",
|
|
16
18
|
"prepublishOnly": "echo pre-publish"
|
|
17
19
|
},
|
|
18
20
|
"repository": {
|
|
@@ -33,8 +35,8 @@
|
|
|
33
35
|
},
|
|
34
36
|
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/scientific_terms_US#readme",
|
|
35
37
|
"files": [
|
|
36
|
-
"custom_scientific_US.
|
|
38
|
+
"custom_scientific_US.trie.gz",
|
|
37
39
|
"cspell-ext.json"
|
|
38
40
|
],
|
|
39
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
|
|
40
42
|
}
|
|
Binary file
|