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