From a51d0cbc71ec824ea80eec88d3ead38a63d5c36b Mon Sep 17 00:00:00 2001 From: JP Rodrigues <70jprodrigues@gmail.com> Date: Tue, 20 Oct 2020 14:27:57 -0300 Subject: [PATCH] Fix main ref --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ab1513..8907ce8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@meforma/vue-toaster", "version": "1.0.1", "description": "Vue.js toaster notification", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -25,8 +25,5 @@ "bugs": { "url": "https://github.com/MeForma/vue-toaster/issues" }, - "homepage": "https://github.com/MeForma/vue-toaster#readme", - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - } + "homepage": "https://github.com/MeForma/vue-toaster#readme" }