require-one-of
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.0.9](https://github.com/Kikobeats/require-one-of/compare/v1.0.8...v1.0.9) (2019-05-04) | ||
<a name="1.0.8"></a> | ||
@@ -7,0 +11,0 @@ ## [1.0.8](https://github.com/Kikobeats/require-one-of/compare/v1.0.7...v1.0.8) (2019-04-06) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/Kikobeats/require-one-of", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "src/index.js", | ||
@@ -28,3 +28,3 @@ "author": { | ||
"humanize-list": "~1.0.1", | ||
"resolve-from": "~4.0.0" | ||
"resolve-from": "~5.0.0" | ||
}, | ||
@@ -69,3 +69,3 @@ "devDependencies": { | ||
"test": "nyc ava", | ||
"update": "ncu -a", | ||
"update": "ncu -u", | ||
"update:check": "ncu -- --error-level 2" | ||
@@ -72,0 +72,0 @@ }, |
9734
+ Addedresolve-from@5.0.0(transitive)
- Removedresolve-from@4.0.0(transitive)
Updatedresolve-from@~5.0.0