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