diff --git a/northwatcher.js b/northwatcher.js old mode 100644 new mode 100755 index 2eae8c3..b225d05 --- a/northwatcher.js +++ b/northwatcher.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + // NorthWatcher by Sami Samhuri 2011 MIT // // TODO: diff --git a/package.json b/package.json index c57c68b..70d6bce 100644 --- a/package.json +++ b/package.json @@ -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 " , "repository" :