mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-04-27 15:07:46 +00:00
add shebang, bump version
This commit is contained in:
parent
3eb1655779
commit
8b645ff24c
2 changed files with 3 additions and 1 deletions
2
northwatcher.js
Normal file → Executable file
2
northwatcher.js
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
// NorthWatcher by Sami Samhuri 2011 MIT
|
// NorthWatcher by Sami Samhuri 2011 MIT
|
||||||
//
|
//
|
||||||
// TODO:
|
// TODO:
|
||||||
|
|
|
||||||
|
|
@ -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.1"
|
, "version" : "0.1.2"
|
||||||
, "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" :
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue