From ae70c7747afc57d6d868fd55f80041e623d2df6a Mon Sep 17 00:00:00 2001 From: doowb Date: Mon, 24 Jun 2019 17:09:23 -0400 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 178456f..65441f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "union-value", "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/union-value", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/union-value", @@ -23,7 +23,7 @@ "arr-union": "^3.1.0", "get-value": "^2.0.6", "is-extendable": "^0.1.1", - "set-value": "^0.4.3" + "set-value": "^2.0.1" }, "devDependencies": { "gulp-format-md": "^0.1.11",