From ff8cd2c562e05afb698228253a962f50332ffbaf Mon Sep 17 00:00:00 2001 From: uny-dev Date: Tue, 18 Mar 2025 06:13:46 -0400 Subject: [PATCH] Updated package.json repository field for NPM --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" + } }