From fe0682a00a6130abed66abadddb785a6cb780085 Mon Sep 17 00:00:00 2001 From: Alexey Antipov Date: Fri, 12 Nov 2021 10:36:41 +0100 Subject: [PATCH] fix repo references --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 54b7473..da6c723 100644 --- a/package.json +++ b/package.json @@ -18,18 +18,18 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/web-component-wrapper.git" + "url": "git+https://github.com/vuejs/vue-web-component-wrapper.git" }, "keywords": [ - "vue", + "vue", "web-component" ], "author": "Evan You", "license": "MIT", "bugs": { - "url": "https://github.com/vuejs/web-component-wrapper/issues" + "url": "https://github.com/vuejs/vue-web-component-wrapper/issues" }, - "homepage": "https://github.com/vuejs/web-component-wrapper#readme", + "homepage": "https://github.com/vuejs/vue-web-component-wrapper#readme", "devDependencies": { "eslint": "^4.16.0", "eslint-plugin-vue-libs": "^2.1.0",