Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 5, 2018
1 parent e890706 commit 1ac51c3
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "set-value",
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"version": "2.0.0",
"version": "3.0.0",
"homepage": "https://github.com/jonschlinkert/set-value",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand Down Expand Up @@ -42,23 +42,42 @@
"mocha": "^3.5.3",
"object-path-set": "^1.0.0",
"object-set": "^1.0.1",
"split-string": "^4",
"split-string": "^5.0.4",
"write": "^1.0.3"
},
"keywords": [
"bury",
"deep-get-set",
"deep-object",
"deep-property",
"deep-set",
"deep-set-in",
"deephas",
"dot-prop",
"dot2val",
"es5-dot-prop",
"get",
"getsetdeep",
"has",
"hasown",
"key",
"keys",
"lodash.set",
"nested",
"notation",
"object",
"object-path",
"object-path-set",
"object-set",
"prop",
"properties",
"property",
"props",
"set",
"set-deep",
"set-deep-prop",
"set-nested-prop",
"setvalue",
"value",
"values"
],
Expand Down

0 comments on commit 1ac51c3

Please sign in to comment.