require-one-of
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.0.14](https://github.com/Kikobeats/require-one-of/compare/v1.0.13...v1.0.14) (2020-09-21) | ||
### [1.0.13](https://github.com/Kikobeats/require-one-of/compare/v1.0.12...v1.0.13) (2019-09-24) | ||
@@ -7,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/require-one-of", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"main": "src/index.js", | ||
@@ -27,3 +27,3 @@ "author": { | ||
"dependencies": { | ||
"debug": "~4.1.1", | ||
"debug": "~4.2.0", | ||
"humanize-list": "~1.0.1", | ||
@@ -86,17 +86,12 @@ "resolve-from": "~5.0.0" | ||
"lint-staged": { | ||
"linters": { | ||
"package.json": [ | ||
"finepack", | ||
"git add" | ||
], | ||
"*.js": [ | ||
"prettier-standard", | ||
"git add" | ||
], | ||
"*.md": [ | ||
"standard-markdown", | ||
"git add" | ||
] | ||
} | ||
"package.json": [ | ||
"finepack" | ||
], | ||
"*.js": [ | ||
"prettier-standard" | ||
], | ||
"*.md": [ | ||
"standard-markdown" | ||
] | ||
} | ||
} |
+ Addeddebug@4.2.0(transitive)
+ Addedms@2.1.2(transitive)
- Removeddebug@4.1.1(transitive)
- Removedms@2.1.3(transitive)
Updateddebug@~4.2.0