mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 23:19:15 +08:00
[release] 0.11.14
This commit is contained in:
parent
c9bdf0d66c
commit
7f3558cb3c
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "0.11.13",
|
||||
"version": "0.11.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
13
package.json
13
package.json
@ -1,12 +1,15 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "0.11.13",
|
||||
"version": "0.11.14",
|
||||
"description": "A Vue.js 2.0 Mobile UI at YouZan",
|
||||
"main": "lib/vant.js",
|
||||
"style": "lib/vant-css/index.css",
|
||||
"unpkg": "lib/index.js",
|
||||
"typings": "types/index.d.ts",
|
||||
"files": ["lib", "packages"],
|
||||
"files": [
|
||||
"lib",
|
||||
"packages"
|
||||
],
|
||||
"scripts": {
|
||||
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",
|
||||
"dev": "npm run build:file && webpack-dev-server --inline --config build/webpack.config.dev.js --content-base ./",
|
||||
@ -31,7 +34,11 @@
|
||||
"type": "git",
|
||||
"url": "git@github.com:youzan/vant.git"
|
||||
},
|
||||
"keywords": ["youzan", "vue", "component"],
|
||||
"keywords": [
|
||||
"youzan",
|
||||
"vue",
|
||||
"component"
|
||||
],
|
||||
"author": "youzanfe",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user