From 6012c2c97508c595b86f350c94ff7031e3dbf04d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 25 Sep 2015 23:05:31 +0200 Subject: [PATCH] 1.0.2 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9e1a61c..9519532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartpath", - "version": "1.0.1", + "version": "1.0.2", "description": "offers smart ways to handle paths", "main": "index.js", "scripts": { @@ -21,6 +21,5 @@ "url": "https://github.com/pushrocks/smartpath/issues" }, "homepage": "https://github.com/pushrocks/smartpath", - "dependencies": { - } + "dependencies": {} }