@skyra/start-banner
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,2 +5,12 @@ # Changelog | ||
# [@skyra/start-banner@0.0.4](https://github.com/skyra-project/archid-components/compare/@skyra/start-banner@0.0.3...@skyra/start-banner@0.0.4) - (2022-04-12) | ||
## Bug Fixes | ||
- Ensure proper files array for yarn pack ([38214a3](https://github.com/skyra-project/archid-components/commit/38214a3be182369efe076428c425b6aa43e1ee35)) | ||
## Documentation | ||
- **start-banner:** Make README's banner shorter (#47) ([0e2e7df](https://github.com/skyra-project/archid-components/commit/0e2e7df4c588fba6ed2fe4cb9bae024a918da937)) | ||
# [@skyra/start-banner@0.0.3] | ||
@@ -7,0 +17,0 @@ (https://github.com/skyra-project/archid-components/tree/@skyra/start-banner@0.0.3) - (2022-04-12) |
{ | ||
"name": "@skyra/start-banner", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A banner generator utility for your CLI", | ||
@@ -31,4 +31,4 @@ "author": "@skyra", | ||
"files": [ | ||
"dist", | ||
"!dist/*.tsbuildinfo" | ||
"dist/**/*.mjs*", | ||
"dist/**/*.d.ts" | ||
], | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -8,14 +8,14 @@ # `@skyra/start-banner` | ||
``` | ||
################################################################################ | ||
# # # | ||
# # # | ||
# LOGO # NAME # | ||
# # # | ||
# # # | ||
################################################################################ | ||
############ # | ||
############ EXTRAS # | ||
############ # | ||
############ # | ||
################################################################################ | ||
##################################################################### | ||
# # # | ||
# # # | ||
# LOGO # NAME # | ||
# # # | ||
# # # | ||
##################################################################### | ||
############ # | ||
############ EXTRAS # | ||
############ # | ||
############ # | ||
##################################################################### | ||
``` | ||
@@ -22,0 +22,0 @@ |
11438
8