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