We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0af1bf commit 790e097Copy full SHA for 790e097
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vite-starter-kit",
3
"private": true,
4
- "version": "0.0.0",
+ "version": "2.0.0",
5
"type": "module",
6
"author": {
7
"name": "Hamid Yaftian",
@@ -27,7 +27,8 @@
27
"bundle-analyzer": "npx bundlesize",
28
"bundle-analyzer:visual": "npx vite-bundle-visualizer",
29
"test": "jest --passWithNoTests",
30
- "test:watch": "jest --passWithNoTests --watch"
+ "test:watch": "jest --passWithNoTests --watch",
31
+ "push": "git push origin dev"
32
},
33
"resolutions": {
34
"@swc/core": "1.7.26"
0 commit comments