Updated package.json repository field for NPM

This commit is contained in:
uny-dev 2025-03-18 06:13:24 -04:00
parent e5f2a3c27a
commit 3f1144d037

View file

@ -1,6 +1,6 @@
{
"name": "solar-spa",
"version": "1.2.4",
"version": "1.2.5",
"description": "NREL Solar Position Algorithm (SPA) in WebAssembly",
"main": "solar-spa.js",
"types": "index.d.ts",
@ -8,5 +8,9 @@
"test": "node test.js"
},
"author": "Ali Camarata",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/acamarata/solar-spa.git"
}
}