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-12-20 17:32:15 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
ec8b49ea42
Ghost
/
core
/
server
/
services
/
members
/
index.js
2 lines
39 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Renamed index.js -> service.js for lint reasons no-issue Our linter now requires that files named index.js have less than 50 lines, so this renames the index.js file to service.js and reexports service.js from index.js so that linting will pass.
2021-05-12 15:02:27 +03:00
module
.
exports
=
require
(
'./service'
)
;
Reference in New Issue
Copy Permalink