Updated package.json repository field for NPM

This commit is contained in:
uny-dev 2025-03-18 06:13:30 -04:00
parent 88edcab489
commit 322342d978

View file

@ -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"
}
}