update package.json & npmignore

This commit is contained in:
Michael Barrett 2014-07-18 20:41:10 +01:00
parent 4703c4a81e
commit d922519f13
2 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,3 @@ test
.jshintrc .jshintrc
Gruntfile.js Gruntfile.js
.DS_Store .DS_Store
dist

View File

@ -8,7 +8,7 @@
"url": "git://github.com/mike182uk/timestring.git" "url": "git://github.com/mike182uk/timestring.git"
}, },
"main": "timestring.js", "main": "timestring.js",
"version": "1.0.2", "version": "1.1.0",
"devDependencies": { "devDependencies": {
"chai": "^1.9.1", "chai": "^1.9.1",
"grunt": "^0.4.5", "grunt": "^0.4.5",