We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46734ca commit c964083Copy full SHA for c964083
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-tiny-validate",
3
- "version": "0.3.0",
+ "version": "0.2.1",
4
"description": "Tiny Vue Validate Composition",
5
"main": "dist/index.umd.js",
6
"module": "dist/index.es.js",
@@ -35,7 +35,7 @@
35
"test": "jest",
36
"dev": "vite",
37
"dev:docs": "vitepress dev docs --port 4000",
38
- "build": "yarn clean && yarn pretty && vite build --mode library && yarn type && size-limit",
+ "build": "yarn clean && yarn pretty && vite build --mode library && yarn type",
39
"build:docs": "yarn clean && vitepress build docs",
40
"build:example": "yarn clean && yarn pretty && vite build --mode example",
41
"release": "np"
0 commit comments