Update vuepress

This commit is contained in:
Fawad Mirzad
2021-02-14 07:37:24 +01:00
parent 3ccc59c5ce
commit 6ca80a73a7
2 changed files with 1206 additions and 1060 deletions

2260
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,19 +1,19 @@
{
"name": "@fawmi/vue-google-maps-docs",
"version": "0.0.1",
"version": "0.6.2",
"description": "Google maps components for Vue.js",
"main": "index.js",
"authors": {
"name": "Fawad Mirzad",
"email": "hi@fawmi.com"
},
"repository": "https://github.com/fawmi/vue-google-maps.git/Vue-google-maps",
"repository": "https://github.com/fawmi/vue-google-maps.git",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.7.1"
"vuepress": "^1.8.1"
}
}