mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
chore: rename package to @vant/weapp (#2346)
This commit is contained in:
parent
ab96a26913
commit
8b96f9ec8a
@ -14,6 +14,9 @@ npm i vant-weapp -S --production
|
||||
|
||||
# 通过 yarn 安装
|
||||
yarn add vant-weapp --production
|
||||
|
||||
# 安装 1.0-beta 版本
|
||||
npm i @vant/weapp -S --production
|
||||
```
|
||||
|
||||
### 步骤二 构建 npm 包
|
||||
|
@ -1,10 +1,13 @@
|
||||
{
|
||||
"name": "vant-weapp",
|
||||
"name": "@vant/weapp",
|
||||
"version": "1.0.0-beta.4",
|
||||
"author": "youzan",
|
||||
"license": "MIT",
|
||||
"miniprogram": "dist",
|
||||
"description": "轻量、可靠的小程序 UI 组件库",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "node build/dev.js",
|
||||
"lint": "eslint ./packages --ext .js,.ts && stylelint \"packages/**/*.less\" --fix",
|
||||
|
Loading…
x
Reference in New Issue
Block a user