diff --git a/package-lock.json b/package-lock.json index b67a3a703..d54219941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "0.11.13", + "version": "0.11.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cc5a8604..7493dc89a 100644 --- a/package.json +++ b/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": {