docs: simplify seciton name (#4961)

This commit is contained in:
neverland
2019-11-08 14:29:04 +08:00
committed by GitHub
parent e21c047306
commit 7ec7692918
12 changed files with 69 additions and 88 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@vant/doc",
"version": "2.5.7",
"version": "2.6.1",
"description": "vant document template",
"main": "./lib/index.js",
"publishConfig": {
@@ -14,5 +14,8 @@
"release": "npm run build && npm publish"
},
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-doc"
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-doc",
"devDependencies": {
"decamelize": "^3.2.0"
}
}