Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9ad361f0ca
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ node_modules/
|
|||||||
.npmrc
|
.npmrc
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
dist
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkucmierz/healpixjs-bigint",
|
"name": "@gkucmierz/healpixjs-bigint",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gkucmierz/healpixjs-bigint",
|
"name": "@gkucmierz/healpixjs-bigint",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkucmierz/healpixjs-bigint",
|
"name": "@gkucmierz/healpixjs-bigint",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "True BigInt port of healpixjs supporting orders beyond the 32-bit (<=14) limit",
|
"description": "True BigInt port of healpixjs supporting orders beyond the 32-bit (<=14) limit",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"healpix",
|
"healpix",
|
||||||
|
|||||||
1436
src/Healpix.js
1436
src/Healpix.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user