From aa01176ab8db9d164b928aa71ebb211ff4aa779b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Olszewski?= Date: Wed, 12 May 2021 02:59:12 +0200 Subject: [PATCH] Updated package.json with repository info --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a1b956d..2884c67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "vue3-smooth-scrollbar", + "repository": { + "type": "git", + "url": "https://github.com/rafalolszewski94/vue3-smooth-scrollbar.git" + }, "version": "0.1.0", - "private": true, + "private": false, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --target lib --name vue3-smooth-scrollbar src/SmoothScrollbar.vue",