mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-06-30 19:04:25 +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",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.4",
|
||||
"description": "NREL SPA native implementation in JS",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ussunnah/nrel-spa.git"
|
||||
},
|
||||
"keywords": [
|
||||
"spa",
|
||||
"nrel",
|
||||
"solar",
|
||||
"calculator"
|
||||
],
|
||||
"author": "USF",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ussunnah/nrel-spa/issues"
|
||||
"author": "Ali Camarata",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"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