mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-07-01 03:14:31 +00:00
Updated package.json repository field for NPM
This commit is contained in:
parent
e5f2a3c27a
commit
3f1144d037
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "solar-spa",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"description": "NREL Solar Position Algorithm (SPA) in WebAssembly",
|
||||
"main": "solar-spa.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
@ -8,5 +8,9 @@
|
|||
"test": "node test.js"
|
||||
},
|
||||
"author": "Ali Camarata",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/acamarata/solar-spa.git"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue