Skip to content

Commit 790e097

Browse files
committed
chore: update version to 2.0.0 and add git push script
1 parent a0af1bf commit 790e097

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-starter-kit",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "2.0.0",
55
"type": "module",
66
"author": {
77
"name": "Hamid Yaftian",
@@ -27,7 +27,8 @@
2727
"bundle-analyzer": "npx bundlesize",
2828
"bundle-analyzer:visual": "npx vite-bundle-visualizer",
2929
"test": "jest --passWithNoTests",
30-
"test:watch": "jest --passWithNoTests --watch"
30+
"test:watch": "jest --passWithNoTests --watch",
31+
"push": "git push origin dev"
3132
},
3233
"resolutions": {
3334
"@swc/core": "1.7.26"

0 commit comments

Comments
 (0)