@cspell/dict-npm 5.2.15 → 5.2.16

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 +2 -2
package/dict/npm.txt CHANGED
@@ -2698,6 +2698,7 @@ vscode-nls-dev
2698
2698
  vscode-textmate
2699
2699
  vue
2700
2700
  vue-class-component
2701
+ vue-draggable-next
2701
2702
  vue-eslint-parser
2702
2703
  vue-hot-reload-api
2703
2704
  vue-i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.15",
3
+ "version": "5.2.16",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "dict/npm.txt",
43
43
  "cspell-ext.json"
44
44
  ],
45
- "gitHead": "4e38267954dec39878ec3fa0abc439e360b533c3"
45
+ "gitHead": "5a02b1fd9baa514f6113212f4be9d050a1384bc1"
46
46
  }