Originate / recouple

Declarative and type-safe API bridging. Write full-stack applications with ease.
MIT License
4 stars 1 forks source link

remove unnecessary runtime dependencies of recouple #58

Closed soenkehahn closed 6 years ago

soenkehahn commented 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.

sleexyz commented 6 years ago

If you make a branch on the main repo, you can get a CI build (as opposed to a fork)

soenkehahn commented 6 years ago

Thanks for merging.