diff --git a/package.json b/package.json index 780fa56..a0d3fce 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A set of helpers for performing i18n translations", "main": "index.js", "bin": { - "i18n-helper": "lib/main.js" + "i18n-helpers": "lib/main.js" }, "scripts": { "build": "rm -rf ./lib && babel src -d lib --ignore *.test.js", diff --git a/src/main.js b/src/main.js index d639bb1..75e730d 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,5 @@ +#!/usr/bin/env + import chalk from 'chalk'; import commandLineCommands from 'command-line-commands'; import minimist from 'minimist';