Updated package.json repository field for NPM

This commit is contained in:
uny-dev 2025-03-18 06:13:46 -04:00
parent c0e8a02c4b
commit ff8cd2c562

View file

@ -1,25 +1,25 @@
{ {
"name": "moon-cycle", "name": "moon-cycle",
"version": "1.0.0", "version": "1.0.1",
"description": "NREL SPA native implementation in JS", "description": "NREL SPA native implementation in JS",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "node test.js" "test": "node test.js"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/ussunnah/moon-cycle.git"
},
"keywords": [ "keywords": [
"moon", "moon",
"cycle", "cycle",
"images", "images",
"nasa" "nasa"
], ],
"author": "USF", "author": "Ali Camarata",
"license": "ISC", "license": "MIT",
"bugs": { "repository": {
"url": "https://github.com/ussunnah/moon-cycle/issues" "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"
}
} }