Skip to content

Commit

Permalink
Merge pull request #17 from valadas/package-name
Browse files Browse the repository at this point in the history
Added scope to package name
  • Loading branch information
valadas authored Jul 8, 2024
2 parents f6082ea + f5b8443 commit b1bd598
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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/",
Expand Down

0 comments on commit b1bd598

Please sign in to comment.