forked from mirrors/probot
Remove unused eventsource, move jest to dev deps (#403)
This commit is contained in:
parent
3c7a6e6e33
commit
26fc0e61bc
|
@ -30,13 +30,11 @@
|
|||
"cache-manager": "^2.4.0",
|
||||
"commander": "^2.11.0",
|
||||
"dotenv": "~4.0.0",
|
||||
"eventsource": "^1.0.5",
|
||||
"express": "^4.16.2",
|
||||
"express-async-errors": "^2.1.0",
|
||||
"github": "^12.0.3",
|
||||
"github-webhook-handler": "^0.7.0",
|
||||
"hbs": "^4.0.1",
|
||||
"jest": "^22.0.3",
|
||||
"js-yaml": "^3.9.1",
|
||||
"jsonwebtoken": "^8.1.0",
|
||||
"pkg-conf": "^2.0.0",
|
||||
|
@ -49,6 +47,7 @@
|
|||
"connect-sse": "^1.2.0",
|
||||
"eslint": "^4.6.1",
|
||||
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
||||
"jest": "^22.0.3",
|
||||
"jsdoc": "^3.5.5",
|
||||
"jsdoc-strip-async-await": "^0.1.0",
|
||||
"minami": "^1.1.1",
|
||||
|
|
Loading…
Reference in New Issue