From bb4a52fc0651e1a4b3b78abb4d8fc8a646638d48 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 9 Oct 2016 13:24:25 +0800 Subject: [PATCH] Fix executable --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 134a3da..08d51fa 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + /* jshint esversion: 6 */ /* jshint node: true */ "use strict";