This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-24 14:43:08 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
fdd209a9c3
Ghost
/
ghost
/
pretty-cli
/
index.js
2 lines
46 B
JavaScript
Raw
Normal View
History
Unescape
Escape
🎨 Update to use files array in package.json - run `slimer fix package.json` to add a files array everywhere - manually update slimer-cli to have a files array for bin - manually update slimer to include commands or else this will break!! - update pretty-cli to use our standard /lib/ pattern - this means we only publish what we need to npm, and keeps things cleaner and safer
2018-11-29 19:00:18 +03:00
module
.
exports
=
require
(
'./lib/pretty-cli'
)
;
Reference in New Issue
Copy Permalink