Closed soenkehahn closed 6 years ago
If you just want to use recouple (and not necessarily recouple-fetch or recouple-koa) you don't need any of babel-core, isomorphic-fetch, koa or koa-route. koa-route is used in the test-suite though.
recouple
recouple-fetch
recouple-koa
babel-core
isomorphic-fetch
koa
koa-route
If you make a branch on the main repo, you can get a CI build (as opposed to a fork)
Thanks for merging.
If you just want to use
recouple
(and not necessarilyrecouple-fetch
orrecouple-koa
) you don't need any ofbabel-core
,isomorphic-fetch
,koa
orkoa-route
.koa-route
is used in the test-suite though.