@cspell/dict-npm 5.0.7 → 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.
Files changed (2) hide show
  1. package/dict/npm.txt +1 -0
  2. package/package.json +4 -4
package/dict/npm.txt CHANGED
@@ -417,6 +417,7 @@ loopback
417
417
  lowdb
418
418
  lru-cache
419
419
  lwip
420
+ lyricssearchermusixmatch
420
421
  main-bower-files
421
422
  mapboxgl
422
423
  markdown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.7",
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": "yarn run build"
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": "a3809e64e7895498f94b8b30f37d2a987c9b8efc"
40
+ "gitHead": "f6b5f6f68a7582b929f9475df98da41d9b639fb2"
41
41
  }