@cspell/dict-npm 5.0.6 → 5.0.8
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/dict/npm.txt +2 -0
- package/package.json +4 -4
package/cspell-ext.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "npm",
|
|
3
3
|
"name": "NPM",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Dictionary of Common Javascript Packages.",
|
|
5
5
|
"readonly": true,
|
|
6
6
|
"dictionaryDefinitions": [
|
|
7
7
|
{
|
|
8
8
|
"name": "npm",
|
|
9
9
|
"path": "./dict/npm.txt",
|
|
10
|
-
"description": "Dictionary of
|
|
10
|
+
"description": "Dictionary of Common Javascript Packages."
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"languageSettings": [
|
package/dict/npm.txt
CHANGED
|
@@ -403,6 +403,7 @@ less
|
|
|
403
403
|
level
|
|
404
404
|
levelup
|
|
405
405
|
liftoff
|
|
406
|
+
linkcss
|
|
406
407
|
lite-server
|
|
407
408
|
live-server
|
|
408
409
|
livereload
|
|
@@ -416,6 +417,7 @@ loopback
|
|
|
416
417
|
lowdb
|
|
417
418
|
lru-cache
|
|
418
419
|
lwip
|
|
420
|
+
lyricssearchermusixmatch
|
|
419
421
|
main-bower-files
|
|
420
422
|
mapboxgl
|
|
421
423
|
markdown
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.8",
|
|
4
4
|
"description": "Dictionary of common NPM packages 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 --split \"src/npm.txt\" --no-compress -o ./dict -m npm",
|
|
15
|
-
"test": "head -n 100 \"src/npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
|
|
15
|
+
"test": "shx head -n 100 \"src/npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
|
|
16
16
|
"prepublishOnly": "echo pre-publish",
|
|
17
|
-
"prepare": "
|
|
17
|
+
"prepare": "pnpm run build"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dict/npm.txt",
|
|
38
38
|
"cspell-ext.json"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f6b5f6f68a7582b929f9475df98da41d9b639fb2"
|
|
41
41
|
}
|