updates 14.3.3 → 14.3.5
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/README.md +3 -3
- package/bin/updates.js +18 -18
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -40,9 +40,9 @@ export default {
|
|
|
40
40
|
|
|
41
41
|
### Config File Options
|
|
42
42
|
|
|
43
|
-
- `include` *Array
|
|
44
|
-
- `exclude` *Array
|
|
45
|
-
- `types` *Array
|
|
43
|
+
- `include` *Array[String]*: Array of dependencies to include
|
|
44
|
+
- `exclude` *Array[String]*: Array of dependencies to exclude
|
|
45
|
+
- `types` *Array[String]*: Array of dependency types
|
|
46
46
|
- `registry` *String*: URL to npm registry
|
|
47
47
|
|
|
48
48
|
© [silverwind](https://github.com/silverwind), distributed under BSD licence
|