chore: update package.json

This commit is contained in:
ULIVZ
2018-08-12 05:52:55 +08:00
parent 2e923d5772
commit 590c1c46d6
10 changed files with 18 additions and 32 deletions
-2
View File
@@ -73,8 +73,6 @@
"postcss-loader": "^2.1.5",
"prismjs": "^1.13.0",
"register-service-worker": "^1.4.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"toml": "^2.3.3",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
@@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme"
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme",
"dependencies": {
"cross-spawn": "^6.0.5"
}
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
+1 -1
View File
@@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
+9 -12
View File
@@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Default theme for VuePress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
@@ -10,6 +13,7 @@
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"author": "Evan You",
@@ -17,19 +21,12 @@
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "1.0.0",
"docsearch.js": "^2.5.2",
"nprogress": "^0.2.0"
"nprogress": "^0.2.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}
}
+1 -10
View File
@@ -2,7 +2,7 @@
"name": "vuepress",
"version": "1.0.0",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "index.js",
"main": "vuepress.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
@@ -21,15 +21,6 @@
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@vuepress/core": "^1.0.0",
"@vuepress/cli": "^1.0.0",
+1 -1
View File
@@ -27,7 +27,7 @@ files.forEach(pkg => {
},
'repository': {
'type': 'git',
'url': 'git+https://github.com/vuejs/vue-cli.git'
'url': 'git+https://github.com/vuejs/vuepress.git'
},
'keywords': [
'documentation',