We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03704b4 commit 5c1761dCopy full SHA for 5c1761d
2 files changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "github-cli",
+ "name": "email-fetch-cli",
3
"version": "0.1.0",
4
"description": "",
5
"license": "MIT",
@@ -11,8 +11,8 @@
11
"url": "https://twitter.com/msaaddev"
12
},
13
"bin": {
14
- "github": "index.js",
15
- "github-cli": "index.js"
+ "email": "index.js",
+ "email-cli": "index.js"
16
17
"files": [
18
"index.js",
utils/cli.js
@@ -7,7 +7,7 @@
7
8
const io = require("console-read-write");
9
const { cyan } = require("chalk");
10
-const box = require("./utils/box");
+const box = require("./box");
const axios = require("axios");
module.exports = async () => {
0 commit comments