mirror of
https://github.com/acamarata/moon-cycle.git
synced 2026-07-01 03:04:35 +00:00
Updated package.json repository field for NPM
This commit is contained in:
parent
c0e8a02c4b
commit
ff8cd2c562
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue