@cspell/dict-npm 5.1.1 → 5.1.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
|
@@ -803,6 +803,7 @@ formik
|
|
|
803
803
|
forms
|
|
804
804
|
fortawesome
|
|
805
805
|
forwarded
|
|
806
|
+
framer-motion
|
|
806
807
|
framework
|
|
807
808
|
free-solid-svg-icons
|
|
808
809
|
fresh
|
|
@@ -2232,6 +2233,7 @@ style-to-js
|
|
|
2232
2233
|
style-to-object
|
|
2233
2234
|
styled
|
|
2234
2235
|
styled-components
|
|
2236
|
+
styled-engine
|
|
2235
2237
|
styled-jsx
|
|
2236
2238
|
stylehacks
|
|
2237
2239
|
stylelint
|
|
@@ -2306,6 +2308,7 @@ tarant
|
|
|
2306
2308
|
tarant-sync-router-express
|
|
2307
2309
|
tdl
|
|
2308
2310
|
tdlib-native
|
|
2311
|
+
teajusgula
|
|
2309
2312
|
teamhanko
|
|
2310
2313
|
temp
|
|
2311
2314
|
template
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.3",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"dict/npm.txt",
|
|
41
41
|
"cspell-ext.json"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e3f333775f12fcf7dcb1ab5b04b32258e9100a37"
|
|
44
44
|
}
|