From 274baaafe396654dcf0a65afcaaffb9da5157d08 Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Fri, 29 May 2020 00:08:04 -0500 Subject: [PATCH] node shebang. --- package.json | 2 +- src/index.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c2aad9..1323234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bradgarropy", - "version": "0.2.0", + "version": "0.2.1", "description": "🃏 npx business card", "keywords": [ "npm", diff --git a/src/index.js b/src/index.js index edd2b1d..03c8e8e 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const chalk = require("chalk") const corners = require("./corners") const me = require("../data/me.json")