geomagnetic-coords
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "geomagnetic-coords", | ||
"description": "Dependency-free geomagnetic<-->geographic coordinate transformer ", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Joseph Beuckman <joebeuckman@gmail.com> (jbeuckm.github.io)", | ||
@@ -10,2 +10,3 @@ "repository": { | ||
}, | ||
"type": "module", | ||
"main": "dist/index.js", | ||
@@ -12,0 +13,0 @@ "types": "dist/index.d.ts", |
@@ -28,3 +28,3 @@ { | ||
/* Modules */ | ||
"module": "es6", /* Specify what module code is generated. */ | ||
"module": "ESNext", /* Specify what module code is generated. */ | ||
// "rootDir": "./", /* Specify the root folder within your source files. */ | ||
@@ -31,0 +31,0 @@ "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37396
Yes