From 3f1144d037451491613a330048e3e17c3066db42 Mon Sep 17 00:00:00 2001 From: uny-dev Date: Tue, 18 Mar 2025 06:13:24 -0400 Subject: [PATCH] Updated package.json repository field for NPM --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0eef415..4bbdcbc 100644 --- a/package.json +++ b/package.json @@ -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" + } }