update package.json

This commit is contained in:
陈嘉涵 2018-08-09 17:27:34 +08:00
parent 2f38290269
commit 844adae7e5

View File

@ -3,26 +3,20 @@
"version": "0.0.1-beta", "version": "0.0.1-beta",
"description": "高颜值、好用、易扩展的小程序 UI 库Powered by 有赞", "description": "高颜值、好用、易扩展的小程序 UI 库Powered by 有赞",
"main": "app.js", "main": "app.js",
"directories": {
"example": "example"
},
"scripts": { "scripts": {
"release": "sh scripts/release.sh",
"components": "cross-env NODE_ENV=production node scripts/build-components.js --color",
"changelog": "sh scripts/build-changelog.sh",
"dev": "node build/build-entry.js && webpack-serve --config build/webpack.dev.js", "dev": "node build/build-entry.js && webpack-serve --config build/webpack.dev.js",
"lint": "eslint ./packages --ext .js",
"release": "sh scripts/release.sh",
"build": "sh scripts/deploy.sh", "build": "sh scripts/deploy.sh",
"watch:doc": "NODE_ENV=development wedoc run watch", "build:lib": "cross-env NODE_ENV=production node scripts/build-components.js --color",
"build:doc": "NODE_ENV=production wedoc run build", "build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist"
"deploy:doc": "npm run build:doc && superman cdn basic && gh-pages -d website/dist",
"lint": "eslint ./packages --ext .js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@github.com/youzan/vant-weapp.git" "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
}, },
"author": "youzan", "author": "youzan",
"license": "ISC", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/youzan/vant-weapp/issues" "url": "https://github.com/youzan/vant-weapp/issues"
}, },