@tomjs/create-app 0.6.1 → 0.6.2

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": "@tomjs/create-app",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "create tomjs web app",
5
5
  "keywords": [
6
6
  "tomjs",
@@ -95,7 +95,3 @@ Run `Debug Main Process` through `vscode` to debug the main thread. For debuggin
95
95
  ]
96
96
  }
97
97
  ```
98
-
99
- ## Reference project
100
-
101
- - [electron-vite-react](https://github.com/electron-vite/electron-vite-react)
@@ -90,7 +90,3 @@ Run `Debug Main Process` through `vscode` to debug the main thread. For debuggin
90
90
  ]
91
91
  }
92
92
  ```
93
-
94
- ## Reference project
95
-
96
- - [electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)
@@ -1,7 +1,3 @@
1
1
  # react
2
2
 
3
3
  vite + react
4
-
5
- ## Reference project
6
-
7
- - [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts)
@@ -1,7 +1,3 @@
1
1
  # vue
2
2
 
3
3
  vite + vue
4
-
5
- ## Reference project
6
-
7
- - [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vue-ts)