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