From b44989995273a1fe50c350fda373c9cc73f64388 Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Thu, 5 Nov 2020 00:14:39 -0400 Subject: [PATCH] Rename references URL --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 931ac4b2..a97e8020 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features", "author": "Pan ", "contributors": [ + { + "name": "Yamel Senih", + "url": "https://github.com/YamelSenih/" + }, { "name": "Edwin Betancourt", "url": "https://github.com/EdwinBetanc0urt/" @@ -96,7 +100,7 @@ "last 2 versions" ], "bugs": { - "url": "https://github.com/PanJiaChen/vue-element-admin/issues" + "url": "https://github.com/adempiere/adempiere-vue/issues" }, "engines": { "node": ">=8.9", @@ -125,6 +129,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/PanJiaChen/vue-element-admin.git" + "url": "git+https://github.com/adempiere/adempiere-vue.git" } }