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",