Skip to content

Commit

Permalink
⬆️ 1.0.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 26, 2016
1 parent 3809480 commit 5a9bff4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "obj-unflatten",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert flatten objects in nested ones.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -37,5 +37,16 @@
"dependencies": {
"is-undefined": "^1.0.0",
"iterate-object": "^1.3.1"
}
}
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

0 comments on commit 5a9bff4

Please sign in to comment.