Updated version and docs to prepare for 0.1.5. Also fixed the README and the issue template to be more organic.

This commit is contained in:
NathanAP
2022-11-17 19:12:31 -03:00
parent 08b742c7c6
commit 04c3555bab
11 changed files with 139 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue-google-maps-community-fork-docs",
"version": "0.0.1",
"version": "0.1.0",
"description": "Documentation for Vue Google Maps Community Fork",
"main": "index.js",
"authors": {
@@ -9,7 +9,7 @@
},
"repository": "NathanAP/vue-google-maps-community-fork",
"scripts": {
"dev": "vuepress dev src",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",