mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: release @vant/use@1.0.0-beta.1
This commit is contained in:
parent
e671393656
commit
ea300bb21c
@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "@vant/use",
|
||||
"version": "1.0.0-beta.0",
|
||||
"version": "1.0.0-beta.1",
|
||||
"description": "Vant Composition API",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
"typings": "dist/types/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"files": ["dist"],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rm -rf ./dist",
|
||||
"build:lib": "node ./scripts/build.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user