Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenschoenung committed Feb 5, 2016
1 parent e0d580f commit 1a5a974
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json 100755 → 100644
@@ -1,7 +1,7 @@
{
"name": "object-path-expand",
"description": "Expand JS objects containing deep path properties",
"version": "0.0.1",
"version": "0.1.0",
"author": {
"name": "Sven Schönung <sven.schoenung@gmail.com> (http://sven.schoenung.org/)"
},
Expand All @@ -11,7 +11,7 @@
"url": "git://github.com/svenschoenung/object-path-expand.git"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 0.12"
},
"dependencies": {
"object-path": "^0.9.2",
Expand All @@ -38,8 +38,5 @@
"index",
"nested"
],
"engines": {
"node": ">= 0.12"
},
"license": "MIT"
}

0 comments on commit 1a5a974

Please sign in to comment.