mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-04-27 15:07:46 +00:00
fix batteries version, bump version
This commit is contained in:
parent
8b645ff24c
commit
e8285daee3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ "name" : "northwatcher"
|
{ "name" : "northwatcher"
|
||||||
, "description" : "NorthWatcher is cron for filesystem changes."
|
, "description" : "NorthWatcher is cron for filesystem changes."
|
||||||
, "version" : "0.1.2"
|
, "version" : "0.1.3"
|
||||||
, "homepage" : "http://samhuri.net/proj/northwatcher"
|
, "homepage" : "http://samhuri.net/proj/northwatcher"
|
||||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||||
, "repository" :
|
, "repository" :
|
||||||
|
|
@ -19,5 +19,5 @@
|
||||||
, "url" : "http://github.com/samsonjs/northwatcher/raw/master/LICENSE"
|
, "url" : "http://github.com/samsonjs/northwatcher/raw/master/LICENSE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
, "dependencies" : { "batteries" : "0.1.x" }
|
, "dependencies" : { "batteries" : "0.2.x" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue