From cccf7dba05729d54c62ff135782a31c94c8b36a9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 Jan 2016 01:25:46 -0800 Subject: [PATCH] make executable --- bin/authenticator.js | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 bin/authenticator.js diff --git a/bin/authenticator.js b/bin/authenticator.js old mode 100644 new mode 100755 index 36e4591..e06d509 --- a/bin/authenticator.js +++ b/bin/authenticator.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node 'use strict'; module.exports = require('authenticator-cli/bin/authenticator');