add shebang, bump version

This commit is contained in:
Sami Samhuri 2011-05-14 18:11:53 -07:00
parent 3eb1655779
commit 8b645ff24c
2 changed files with 3 additions and 1 deletions

2
northwatcher.js Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
// NorthWatcher by Sami Samhuri 2011 MIT
//
// TODO:

View file

@ -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" :