ng2-haversine
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "ng2-haversine", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "An Angular 2 library to calculate the distance between a pair of coordinates using the Haversine formula.", | ||
@@ -5,0 +5,0 @@ "repository": { |
{ | ||
"compilerOptions": { | ||
"outDir": "./dist", | ||
"outDir": "dist", | ||
"target": "es5", | ||
@@ -10,3 +10,3 @@ "module": "commonjs", | ||
"experimentalDecorators": true, | ||
"removeComments": true, | ||
"removeComments": false, | ||
"noImplicitAny": true, | ||
@@ -16,9 +16,9 @@ "declaration": true | ||
"files": [ | ||
"./typings/index.d.ts", | ||
"./src/index.ts" | ||
"typings/index.d.ts", | ||
"src/index.ts" | ||
], | ||
"exclude": [ | ||
"./node_modules", | ||
"./dist" | ||
"node_modules", | ||
"dist" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
29600
12
665