From 322342d9787c202bc3deee3311a789dcd3e84437 Mon Sep 17 00:00:00 2001 From: uny-dev Date: Tue, 18 Mar 2025 06:13:30 -0400 Subject: [PATCH] Updated package.json repository field for NPM --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 428492a..a5cf25d 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { "name": "nrel-spa", - "version": "1.2.2", + "version": "1.2.4", "description": "NREL SPA native implementation in JS", "main": "index.js", "scripts": { "test": "node test.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/ussunnah/nrel-spa.git" - }, "keywords": [ "spa", "nrel", "solar", "calculator" ], - "author": "USF", - "license": "ISC", - "bugs": { - "url": "https://github.com/ussunnah/nrel-spa/issues" + "author": "Ali Camarata", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/acamarata/nrel-spa.git" }, - "homepage": "https://github.com/ussunnah/nrel-spa#readme" + "homepage": "https://github.com/acamarata/nrel-spa#readme", + "bugs": { + "url": "https://github.com/acamarata/nrel-spa/issues" + } }