mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-07-02 20:00:39 +00:00
Updated package.json repository field for NPM
This commit is contained in:
parent
88edcab489
commit
322342d978
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "nrel-spa",
|
"name": "nrel-spa",
|
||||||
"version": "1.2.2",
|
"version": "1.2.4",
|
||||||
"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/nrel-spa.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"spa",
|
"spa",
|
||||||
"nrel",
|
"nrel",
|
||||||
"solar",
|
"solar",
|
||||||
"calculator"
|
"calculator"
|
||||||
],
|
],
|
||||||
"author": "USF",
|
"author": "Ali Camarata",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"bugs": {
|
"repository": {
|
||||||
"url": "https://github.com/ussunnah/nrel-spa/issues"
|
"type": "git",
|
||||||
|
"url": "https://github.com/acamarata/nrel-spa.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ussunnah/nrel-spa#readme"
|
"homepage": "https://github.com/acamarata/nrel-spa#readme",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/acamarata/nrel-spa/issues"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue