@cspell/dict-scientific-terms-us 3.0.5 → 3.0.6
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/cspell-ext.json +2 -2
- package/package.json +2 -2
package/cspell-ext.json
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
{
|
|
3
3
|
"id": "scientific-terms-us",
|
|
4
4
|
"name": "Scientific Terms US",
|
|
5
|
-
"description": "Scientific Terms US dictionary
|
|
5
|
+
"description": "Scientific Terms US dictionary.",
|
|
6
6
|
"readonly": true,
|
|
7
7
|
// List of dictionary files to add to the global list of dictionaries
|
|
8
8
|
"dictionaryDefinitions": [
|
|
9
9
|
{
|
|
10
10
|
"name": "scientific-terms-us",
|
|
11
11
|
"path": "./custom_scientific_US.trie.gz",
|
|
12
|
-
"description": "Scientific Terms US dictionary
|
|
12
|
+
"description": "Scientific Terms US dictionary."
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
// Dictionaries to always be used.
|
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.6",
|
|
4
4
|
"description": "Scientific Terms US dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"custom_scientific_US.trie.gz",
|
|
42
42
|
"cspell-ext.json"
|
|
43
43
|
],
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
|
|
45
45
|
}
|