Merge pull request #609 from automatisch/fix/use-dev-dependecy-for-vitepress

fix: Use dev dependencies for vitepress
This commit is contained in:
Ömer Faruk Aydın
2022-10-16 11:04:06 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
"serve": "vitepress serve pages" "serve": "vitepress serve pages"
}, },
"devDependencies": { "devDependencies": {
"vitepress": "^1.0.0-alpha.4", "vitepress": "^1.0.0-alpha.21",
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"contributors": [ "contributors": [
@@ -26,8 +26,5 @@
}, },
"bugs": { "bugs": {
"url": "https://github.com/automatisch/automatisch/issues" "url": "https://github.com/automatisch/automatisch/issues"
},
"dependencies": {
"vitepress": "^1.0.0-alpha.21"
} }
} }