[Improvement] update package.json

This commit is contained in:
陈嘉涵 2018-08-09 19:13:03 +08:00
parent c7107be420
commit 28b95839d4

View File

@ -1,8 +1,10 @@
{ {
"name": "vant-weapp", "name": "vant-weapp",
"version": "0.0.1-beta", "version": "0.0.1-beta",
"author": "youzan",
"license": "MIT",
"miniprogram": "dist",
"description": "高颜值、好用、易扩展的小程序 UI 库Powered by 有赞", "description": "高颜值、好用、易扩展的小程序 UI 库Powered by 有赞",
"main": "app.js",
"scripts": { "scripts": {
"dev": "node build/dev.js", "dev": "node build/dev.js",
"lint": "eslint ./packages --ext .js", "lint": "eslint ./packages --ext .js",
@ -11,18 +13,16 @@
"build:lib": "cross-env NODE_ENV=production node scripts/build-components.js --color", "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" "build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist"
}, },
"files": [
"dist"
],
"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",
"license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/youzan/vant-weapp/issues" "url": "https://github.com/youzan/vant-weapp/issues"
}, },
"files": [
"dist"
],
"homepage": "https://github.com/youzan/vant-weapp#readme", "homepage": "https://github.com/youzan/vant-weapp#readme",
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.0.2", "autoprefixer": "^9.0.2",