version 0.1.6

This commit is contained in:
Sami Samhuri 2011-06-12 19:02:09 -07:00
parent 62c3256d3e
commit 18215d0a79

View file

@ -1,7 +1,7 @@
{ {
"name": "northwatcher", "name": "northwatcher",
"description": "NorthWatcher is cron for filesystem changes.", "description": "NorthWatcher is cron for filesystem changes.",
"version": "0.1.5", "version": "0.1.6",
"homepage": "http://samhuri.net/proj/NorthWatcher", "homepage": "http://samhuri.net/proj/NorthWatcher",
"author": "Sami Samhuri <sami@samhuri.net>", "author": "Sami Samhuri <sami@samhuri.net>",
"repository": { "repository": {
@ -26,8 +26,8 @@
} }
], ],
"dependencies": { "dependencies": {
"batteries": "0.4.x" "batteries": "0.4.x",
, "optimist": "0.2.x" "optimist": "0.2.x"
}, },
"devDependencies": {} "devDependencies": {}
} }