Skip to content

Commit 5c1761d

Browse files
committed
🐛FIX: importing
1 parent 03704b4 commit 5c1761d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "github-cli",
2+
"name": "email-fetch-cli",
33
"version": "0.1.0",
44
"description": "",
55
"license": "MIT",
@@ -11,8 +11,8 @@
1111
"url": "https://twitter.com/msaaddev"
1212
},
1313
"bin": {
14-
"github": "index.js",
15-
"github-cli": "index.js"
14+
"email": "index.js",
15+
"email-cli": "index.js"
1616
},
1717
"files": [
1818
"index.js",

utils/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
const io = require("console-read-write");
99
const { cyan } = require("chalk");
10-
const box = require("./utils/box");
10+
const box = require("./box");
1111
const axios = require("axios");
1212

1313
module.exports = async () => {

0 commit comments

Comments
 (0)