angular2-esri-loader
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "angular2-esri-loader", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "An Angular 2 service to help you load ArcGIS API for JavaScript Modules", | ||
@@ -31,3 +31,2 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/core-js": "^0.9.34", | ||
"typescript": "^2.0.10" | ||
@@ -34,0 +33,0 @@ }, |
@@ -1,2 +0,1 @@ | ||
/// <reference types="core-js" /> | ||
export declare class EsriLoaderService { | ||
@@ -3,0 +2,0 @@ constructor(); |
@@ -9,3 +9,7 @@ { | ||
"sourceMap": true, | ||
"declaration": true | ||
"declaration": true, | ||
"lib": [ | ||
"es2015", | ||
"dom" | ||
] | ||
}, | ||
@@ -18,2 +22,2 @@ "files": [ | ||
] | ||
} | ||
} |
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
18762
1
91