From 8b645ff24c6cea67ec0f72b63a782fa8272a42e1 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 14 May 2011 18:11:53 -0700 Subject: [PATCH] add shebang, bump version --- northwatcher.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 northwatcher.js 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" :