From f5b844377766de44ad9133acbbda946f7f6bcb80 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 7 Jul 2024 22:52:01 -0400 Subject: [PATCH] Added scope to package name Also fixed some other issues in package.json --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8b9a8cc..3cc887f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nvq-loan-calculator", + "name": "@nvisionative/nvq-loan-calculator", "version": "1.0.0-beta0001", "description": "nvQuickLoanCalculator is a simple loan calculator that allows you to quickly calculate the monthly payment for a loan based on the loan amount, interest rate, and the loan term.", "main": "dist/index.cjs.js", @@ -13,10 +13,6 @@ "import": "./dist/nvq-loan-calculator/nvq-loan-calculator.esm.js", "require": "./dist/nvq-loan-calculator/nvq-loan-calculator.cjs.js" }, - "./my-component": { - "import": "./dist/components/my-component.js", - "types": "./dist/components/my-component.d.ts" - }, "./loader": { "import": "./loader/index.js", "require": "./loader/index.cjs", @@ -25,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ionic-team/stencil-component-starter.git" + "url": "git+https://github.com/nvisionative/nvq-loan-calculator.git" }, "files": [ "dist/",