Skip to content

Commit 669f2ee

Browse files
author
strausr
committed
chore: remove boilerplate from repo
1 parent 0d13e81 commit 669f2ee

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function main() {
6969

7070
} else {
7171

72-
console.log(chalk.cyan.bold('\n🚀 Cloudinary React + Vite Boilerplate\n'));
72+
console.log(chalk.cyan.bold('\n🚀 Cloudinary React + Vite\n'));
7373
console.log(chalk.gray('💡 Need a Cloudinary account? Sign up for free: https://cloudinary.com/users/register/free\n'));
7474

7575
answers = await inquirer.prompt([

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"react",
1212
"vite",
1313
"typescript",
14-
"boilerplate",
1514
"scaffold"
1615
],
1716
"author": "",

templates/src/App.tsx.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function App() {
3333
return (
3434
<div className="app">
3535
<main className="main-content">
36-
<h1>Cloudinary React + Vite Boilerplate</h1>
36+
<h1>Cloudinary React + Vite</h1>
3737
<p>This is a ready-to-use development environment with Cloudinary integration.</p>
3838

3939
<div className="upload-section">

0 commit comments

Comments
 (0)