diff --git a/index.js b/cli.js similarity index 99% rename from index.js rename to cli.js index bd88036..bc68022 100755 --- a/index.js +++ b/cli.js @@ -12,7 +12,7 @@ const config = require('./config') const { Seance, -} = require ('./functions') +} = require ('./seance') // Set up Seance CLI notifications diff --git a/package.json b/package.json index f8a0351..00c1077 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "private": false, "preferGlobal": true, "bin": { - "seance": "index.js" + "seance": "cli.js" }, "dependencies": { "@tryghost/admin-api": "^1.0.1", diff --git a/functions.js b/seance.js similarity index 100% rename from functions.js rename to seance.js