create-dovite 1.0.0 → 1.0.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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # create-domite
1
+ # create-dovite
2
2
 
3
3
  A Vite template with Tailwind CSS, shadcn/ui, and DOMO integration.
4
4
 
@@ -6,10 +6,10 @@ A Vite template with Tailwind CSS, shadcn/ui, and DOMO integration.
6
6
 
7
7
  ```bash
8
8
  # Using npm
9
- npx create-domite my-app
9
+ npx create-dovite my-app
10
10
 
11
11
  # Using yarn
12
- yarn create domite my-app
12
+ yarn create dovite my-app
13
13
  ```
14
14
 
15
15
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dovite",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Vite template with Tailwind, shadcn and DOMO integration",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -25,4 +25,4 @@
25
25
  "type": "git",
26
26
  "url": "https://github.com/Ajay-Balu"
27
27
  }
28
- }
28
+ }