make executable

This commit is contained in:
AJ ONeal 2016-01-02 01:25:46 -08:00
parent bf5c24af58
commit cccf7dba05
1 changed files with 1 additions and 0 deletions

1
bin/authenticator.js Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict';
module.exports = require('authenticator-cli/bin/authenticator');