Browse Source

Add Cycle.js

Note: Cycle.js is a modular framework, that's why there are many packages added in this commit
master
André Staltz 7 years ago
committed by GitHub
parent
commit
b42014c9c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      index.js

9
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',

Loading…
Cancel
Save