@cspell/cspell-bundled-dicts 6.2.1 → 6.2.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/cspell-default.config.js +0 -6
- package/package.json +5 -6
package/cspell-default.config.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const index_js_1 = require("cspell-grammar/parsers/typescript/index.js");
|
|
3
2
|
const settings = {
|
|
4
3
|
version: '0.2',
|
|
5
4
|
name: 'cspell default settings .js',
|
|
@@ -134,10 +133,5 @@ const settings = {
|
|
|
134
133
|
'@cspell/dict-typescript/cspell-ext.json',
|
|
135
134
|
'@cspell/dict-vue/cspell-ext.json',
|
|
136
135
|
],
|
|
137
|
-
plugins: [
|
|
138
|
-
{
|
|
139
|
-
parsers: [index_js_1.parser],
|
|
140
|
-
},
|
|
141
|
-
],
|
|
142
136
|
};
|
|
143
137
|
module.exports = settings;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-bundled-dicts",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"description": "Dictionaries bundled with cspell",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -83,15 +83,14 @@
|
|
|
83
83
|
"@cspell/dict-software-terms": "^2.1.9",
|
|
84
84
|
"@cspell/dict-swift": "^1.0.3",
|
|
85
85
|
"@cspell/dict-typescript": "^2.0.0",
|
|
86
|
-
"@cspell/dict-vue": "^2.0.2"
|
|
87
|
-
"cspell-grammar": "^6.2.1"
|
|
86
|
+
"@cspell/dict-vue": "^2.0.2"
|
|
88
87
|
},
|
|
89
88
|
"engines": {
|
|
90
89
|
"node": ">=14"
|
|
91
90
|
},
|
|
92
91
|
"devDependencies": {
|
|
93
|
-
"@cspell/cspell-tools": "^6.2.
|
|
94
|
-
"@cspell/cspell-types": "^6.2.
|
|
92
|
+
"@cspell/cspell-tools": "^6.2.2",
|
|
93
|
+
"@cspell/cspell-types": "^6.2.2"
|
|
95
94
|
},
|
|
96
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "b7716e80c39a780f98cde747ad66c55247636621"
|
|
97
96
|
}
|