From b42014c9c4162126d0b1e45f720ab641fb26e474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Staltz?= Date: Fri, 9 Feb 2018 14:55:10 +0200 Subject: [PATCH] Add Cycle.js Note: Cycle.js is a modular framework, that's why there are many packages added in this commit --- index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.js b/index.js index 4410ff4..9d4e23d 100644 --- a/index.js +++ b/index.js @@ -50,6 +50,15 @@ const packages = { phenomic: 'https://opencollective.com/phenomic', preact: 'https://opencollective.com/preact', pug: 'https://opencollective.com/pug', + '@cycle/run': 'https://opencollective.com/cyclejs', + '@cycle/rxjs-run': 'https://opencollective.com/cyclejs', + '@cycle/most-run': 'https://opencollective.com/cyclejs', + '@cycle/dom': 'https://opencollective.com/cyclejs', + '@cycle/http': 'https://opencollective.com/cyclejs', + '@cycle/html': 'https://opencollective.com/cyclejs', + '@cycle/isolate': 'https://opencollective.com/cyclejs', + '@cycle/history': 'https://opencollective.com/cyclejs', + '@cycle/time': 'https://opencollective.com/cyclejs', 'react-native-elements': 'https://opencollective.com/react-native-elements', 'redux-devtools-extension': 'https://opencollective.com/redux-devtools-extension', rollup: 'https://opencollective.com/rollup',