diff --git a/index.js b/index.js index 9311705..3e6e950 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node "use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; diff --git a/src/index.ts b/src/index.ts index 6590b59..0c1b20d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +#!/usr/bin/env node import prompts from 'prompts'; import kebabCase from 'lodash.kebabcase'; import sanitize from 'sanitize-filename';