create-template-html-css 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -145,7 +145,7 @@ program
145
145
  .description('List all available templates')
146
146
  .action(() => {
147
147
  console.log(chalk.blue('\nAvailable templates:\n'));
148
- n console.log(' • Button - Styled button component');
148
+ console.log(' • Button - Styled button component');
149
149
  console.log(' • Card - Card component with image and content');
150
150
  console.log(' • Form - Form with input fields');
151
151
  console.log(' • Navigation - Navigation bar');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-html-css",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CLI tool to generate HTML and CSS templates for common UI elements",
5
5
  "main": "src/index.js",
6
6
  "bin": {