- 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
20 lines
374 B
JavaScript
20 lines
374 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, 'run', {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _run.run;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, 'yargsOptions', {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _args.options;
|
|
}
|
|
});
|
|
var _run = require('./run');
|
|
var _args = require('./args');
|