This website requires JavaScript.
Explore
Help
Sign In
ceda_ei
/
git-alerts-bot
mirror of
https://gitlab.com/ceda_ei/git-alerts-bot
Watch
1
Star
0
Fork
You've already forked git-alerts-bot
0
Code
Issues
Releases
Wiki
Activity
32d0a48277
git-alerts-bot
/
util
/
convert
/
index.js
5 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Create base structure
2018-11-25 18:44:07 +01:00
module
.
exports
=
{
Add github commit coverter. Change to double quotes
2018-11-25 21:09:48 +01:00
getEvent
:
require
(
"./event"
)
,
commit
:
require
(
"./commit"
)
,
Create base structure
2018-11-25 18:44:07 +01:00
}
;