Skip to content

Commit c964083

Browse files
author
anhle
committed
📦 update package.json
1 parent 46734ca commit c964083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tiny-validate",
3-
"version": "0.3.0",
3+
"version": "0.2.1",
44
"description": "Tiny Vue Validate Composition",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.es.js",
@@ -35,7 +35,7 @@
3535
"test": "jest",
3636
"dev": "vite",
3737
"dev:docs": "vitepress dev docs --port 4000",
38-
"build": "yarn clean && yarn pretty && vite build --mode library && yarn type && size-limit",
38+
"build": "yarn clean && yarn pretty && vite build --mode library && yarn type",
3939
"build:docs": "yarn clean && vitepress build docs",
4040
"build:example": "yarn clean && yarn pretty && vite build --mode example",
4141
"release": "np"

0 commit comments

Comments
 (0)