From b29f7b3ce866eaa86db05682635108cd45f2c83a Mon Sep 17 00:00:00 2001 From: ChrisKader Date: Mon, 23 Sep 2024 06:01:11 -0500 Subject: [PATCH] Updates --- index.js | 1 + src/index.ts | 1 + 2 files changed, 2 insertions(+) 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';