create-revo 1.2.6 → 1.2.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-revo",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "React Project Setup Tool built on Vite",
5
5
  "main": "cli.js",
6
6
  "bin": {
@@ -2,15 +2,15 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/revo.png" />
5
+ <link rel="icon" type="image/svg+xml" href="/revo.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Revo</title>
8
8
  <meta name="author" content="Tarun Gupta" />
9
- <!-- <meta name="keywords" content="" />
10
- <meta name="description" content=""/>
11
- <meta property="og:image" content="" />
12
- <meta property="og:title" content="" />
13
- <meta property="og:description" content="" /> -->
9
+ <!-- <meta name="keywords" content="" /> -->
10
+ <!-- <meta name="description" content=""/> -->
11
+ <!-- <meta property="og:image" content="" /> -->
12
+ <!-- <meta property="og:title" content="" /> -->
13
+ <!-- <meta property="og:description" content="" /> -->
14
14
  </head>
15
15
  <body>
16
16
  <div id="root"></div>