Skip to content

Commit 4ac2aa8

Browse files
committed
docs: upgrade to v2.0.0
1 parent 97891f2 commit 4ac2aa8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "react-vite",
3-
"private": true,
4-
"version": "1.0.2",
2+
"name": "nest-admin-web",
3+
"version": "2.0.0",
4+
"description": "",
5+
"author": "[email protected]",
56
"type": "module",
67
"scripts": {
78
"dev": "vite --host",
@@ -53,5 +54,6 @@
5354
"vite": "^5.0.8",
5455
"vite-plugin-compression": "^0.5.1",
5556
"vite-plugin-html": "^3.2.2"
56-
}
57+
},
58+
"license": "MIT"
5759
}

0 commit comments

Comments
 (0)