From d922519f13d2579bc49ba9bda23c136f43112347 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Fri, 18 Jul 2014 20:41:10 +0100 Subject: [PATCH] update package.json & npmignore --- .npmignore | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index d481e52..44aaf22 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,3 @@ test .jshintrc Gruntfile.js .DS_Store -dist diff --git a/package.json b/package.json index dee5c49..ab0ad73 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git://github.com/mike182uk/timestring.git" }, "main": "timestring.js", - "version": "1.0.2", + "version": "1.1.0", "devDependencies": { "chai": "^1.9.1", "grunt": "^0.4.5",