Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Travis tasks

+2
+2
.travis.yml
··· 13 13 cache: yarn 14 14 script: 15 15 - yarn run build 16 + - yarn run bundle 17 + - yarn run flowgen 16 18 - yarn run coverage