- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
17 lines
507 B
JavaScript
17 lines
507 B
JavaScript
module.exports = {
|
|
'at': require('./wrapperAt'),
|
|
'chain': require('./chain'),
|
|
'commit': require('./commit'),
|
|
'lodash': require('./wrapperLodash'),
|
|
'next': require('./next'),
|
|
'plant': require('./plant'),
|
|
'reverse': require('./wrapperReverse'),
|
|
'tap': require('./tap'),
|
|
'thru': require('./thru'),
|
|
'toIterator': require('./toIterator'),
|
|
'toJSON': require('./toJSON'),
|
|
'value': require('./wrapperValue'),
|
|
'valueOf': require('./valueOf'),
|
|
'wrapperChain': require('./wrapperChain')
|
|
};
|