This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
16f11b929f
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