Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Nov 9, 2015
1 parent d0a2fee commit cd611fe
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-store",
"description": "Easily get, set and persist config data.",
"version": "0.11.1",
"version": "0.12.0",
"homepage": "https://github.com/jonschlinkert/data-store",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/data-store",
Expand Down Expand Up @@ -30,7 +30,7 @@
"mkdirp": "^0.5.1",
"resolve-dir": "^0.1.0",
"rimraf": "^2.4.3",
"union-value": "^0.2.0"
"union-value": "^0.2.1"
},
"devDependencies": {
"gulp": "^3.9.0",
Expand Down Expand Up @@ -62,5 +62,15 @@
"store",
"union",
"write"
]
}
],
"verb": {
"related": {
"list": [
"base-methods",
"set-value",
"get-value",
"union-value"
]
}
}
}

0 comments on commit cd611fe

Please # to comment.