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 {
|
const {
|
||||||
Seance,
|
Seance,
|
||||||
} = require ('./functions')
|
} = require ('./seance')
|
||||||
|
|
||||||
|
|
||||||
// Set up Seance CLI notifications
|
// Set up Seance CLI notifications
|
|
@ -9,7 +9,7 @@
|
||||||
"private": false,
|
"private": false,
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"seance": "index.js"
|
"seance": "cli.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/admin-api": "^1.0.1",
|
"@tryghost/admin-api": "^1.0.1",
|
||||||
|
|
Loading…
Reference in a new issue