Give .js files more descriptive names
This is in preparation for setting up the server! ;-)
This commit is contained in:
parent
73212d9d20
commit
f31cc73cc8
3 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ const config = require('./config')
|
|||
|
||||
const {
|
||||
Seance,
|
||||
} = require ('./functions')
|
||||
} = require ('./seance')
|
||||
|
||||
|
||||
// Set up Seance CLI notifications
|
|
@ -9,7 +9,7 @@
|
|||
"private": false,
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
"seance": "index.js"
|
||||
"seance": "cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/admin-api": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue