mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-03-25 09:25:48 +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
|
||||
//
|
||||
// TODO:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ "name" : "northwatcher"
|
||||
, "description" : "NorthWatcher is cron for filesystem changes."
|
||||
, "version" : "0.1.1"
|
||||
, "version" : "0.1.2"
|
||||
, "homepage" : "http://samhuri.net/proj/northwatcher"
|
||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||
, "repository" :
|
||||
|
|
|
|||
Loading…
Reference in a new issue