summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-01-29 05:25:05 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-01-29 05:25:59 +0300
commit6109113cc9e7e481b6f37b25c329ac64fcb7dbfc (patch)
treef8d0ff86f77c5c930ec23803b6d7a4ca2e952ecc /package.json
parentf70db21f75e4488b1d4824733077fcd164af8a3b (diff)
downloadwebui-vue-6109113cc9e7e481b6f37b25c329ac64fcb7dbfc.tar.xz
Revert "Add coding guidelines and component documentation"
Merged accidentally. Did not have proper +1s/+2s. The author will resubmit. Apologies for the noise. This reverts commit aae4312c3c535253b2d5db7a75503f0237ae423e. Change-Id: I110dd4e12286836aedf84dfba2c4ef07cac08b46 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/package.json b/package.json
index 2200800f..565f09a1 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint",
- "docs:serve": "vuepress dev docs",
- "docs:build": "vuepress build docs"
+ "lint": "vue-cli-service lint"
},
"dependencies": {
"@carbon/icons-vue": "10.6.1",
@@ -18,8 +16,8 @@
"bootstrap-vue": "2.1.0",
"core-js": "3.3.2",
"js-cookie": "^2.2.1",
- "vue": "2.6.11",
- "vue-date-fns": "1.1.0",
+ "vue": "2.6.10",
+ "vue-date-fns": "^1.1.0",
"vue-router": "3.1.3",
"vuex": "3.0.1"
},
@@ -41,8 +39,7 @@
"node-sass": "4.13.1",
"prettier": "1.18.2",
"sass-loader": "8.0.0",
- "vue-template-compiler": "2.6.11",
- "vuepress": "^1.2.0"
+ "vue-template-compiler": "2.6.10"
},
"gitHooks": {
"pre-commit": "lint-staged"