Skip to content

Commit ae70c77

Browse files
committed
1.0.1
1 parent af7c756 commit ae70c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "union-value",
33
"description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/jonschlinkert/union-value",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/union-value",
@@ -23,7 +23,7 @@
2323
"arr-union": "^3.1.0",
2424
"get-value": "^2.0.6",
2525
"is-extendable": "^0.1.1",
26-
"set-value": "^0.4.3"
26+
"set-value": "^2.0.1"
2727
},
2828
"devDependencies": {
2929
"gulp-format-md": "^0.1.11",

0 commit comments

Comments
 (0)