Skip to content

Commit

Permalink
node shebang.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed May 29, 2020
1 parent 6eeab23 commit 274baaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bradgarropy",
"version": "0.2.0",
"version": "0.2.1",
"description": "🃏 npx business card",
"keywords": [
"npm",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const chalk = require("chalk")
const corners = require("./corners")
const me = require("../data/me.json")
Expand Down

0 comments on commit 274baaa

Please sign in to comment.