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