diff --git a/package.json b/package.json index 6d00db1a..8844198e 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { "name": "moon-cycle", - "version": "1.0.0", + "version": "1.0.1", "description": "NREL SPA native implementation in JS", "main": "index.js", "scripts": { "test": "node test.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/ussunnah/moon-cycle.git" - }, "keywords": [ "moon", "cycle", "images", "nasa" ], - "author": "USF", - "license": "ISC", - "bugs": { - "url": "https://github.com/ussunnah/moon-cycle/issues" + "author": "Ali Camarata", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/acamarata/moon-cycle.git" }, - "homepage": "https://github.com/ussunnah/moon-cycle#readme" + "homepage": "https://github.com/acamarata/moon-cycle#readme", + "bugs": { + "url": "https://github.com/acamarata/moon-cycle/issues" + } }