- 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
11 lines
95 B
YAML
11 lines
95 B
YAML
language: node_js
|
|
branches:
|
|
only:
|
|
- master
|
|
dist: trusty
|
|
node_js:
|
|
- 8
|
|
- 6
|
|
- 4
|
|
sudo: false
|