[release] 0.11.14

This commit is contained in:
陈嘉涵 2017-12-21 09:25:57 +08:00
parent c9bdf0d66c
commit 7f3558cb3c
2 changed files with 11 additions and 4 deletions

2
package-lock.json generated
View File

@ -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": {

View File

@ -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": {