@cspell/dict-npm 5.2.2 → 5.2.3
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/dict/npm.txt +3 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -322,6 +322,7 @@ ckeditor5-ckbox
|
|
|
322
322
|
ckeditor5-ckfinder
|
|
323
323
|
ckeditor5-clipboard
|
|
324
324
|
ckeditor5-cloud-services
|
|
325
|
+
ckeditor5-collaboration-core
|
|
325
326
|
ckeditor5-core
|
|
326
327
|
ckeditor5-easy-image
|
|
327
328
|
ckeditor5-engine
|
|
@@ -647,6 +648,7 @@ emailjs
|
|
|
647
648
|
ember-cli
|
|
648
649
|
ember-cli-babel
|
|
649
650
|
ember-cli-htmlbars
|
|
651
|
+
embla-carousel-reactive-utils
|
|
650
652
|
emmet
|
|
651
653
|
emotion
|
|
652
654
|
enact
|
|
@@ -2076,6 +2078,7 @@ react-router-redux
|
|
|
2076
2078
|
react-scripts
|
|
2077
2079
|
react-select
|
|
2078
2080
|
react-slick
|
|
2081
|
+
react-smooth
|
|
2079
2082
|
react-style-singleton
|
|
2080
2083
|
react-styleguidist
|
|
2081
2084
|
react-svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
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": "
|
|
45
|
+
"gitHead": "09e5a28402de1c5d03620fc3db11c709ae5861f2"
|
|
46
46
|
}
|