From ca104e8344ff7a00eeec92d31b2b393a3e6234cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 25 May 2016 14:03:05 +0300 Subject: [PATCH] :arrow_up: 1.0.2 :tada: --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b9c6bbd..5a0f830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj-unflatten", - "version": "1.0.1", + "version": "1.0.2", "description": "Convert flatten objects in nested ones.", "main": "lib/index.js", "directories": { @@ -46,6 +46,7 @@ "src/", "resources/", "menu/", + "scripts/", "cli.js", "index.js" ]