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