From ff96f5efc5e29062588c5a958393b85701acbaef Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Mon, 19 Oct 2020 10:30:28 +0200 Subject: [PATCH] Fix invalid package.json --- docs/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index 94ade22..cea15e8 100755 --- a/docs/package.json +++ b/docs/package.json @@ -1,5 +1,5 @@ { - "name": "Vue-google-maps", + "name": "@fawmi/vue-google-maps-docs", "version": "0.0.1", "description": "Google maps components for Vue.js", "main": "index.js", @@ -14,6 +14,6 @@ }, "license": "MIT", "devDependencies": { - "vuepress": "^1.5.3" + "vuepress": "^1.7.1" } } diff --git a/package.json b/package.json index 280c69c..50eb799 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": false, "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git",