angular-oauth2-oidc
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1,2 +0,1 @@ | ||
/// <reference types="core-js" /> | ||
import { Http } from '@angular/http'; | ||
@@ -3,0 +2,0 @@ import { Observable } from 'rxjs'; |
{ | ||
"name": "angular-oauth2-oidc", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"scripts": { | ||
@@ -41,3 +41,2 @@ "lint": "tslint src/**/*.ts", | ||
"@angular/platform-server": "^2.4.1", | ||
"@types/core-js": "^0.9.35", | ||
"@types/jasmine": "^2.5.40", | ||
@@ -44,0 +43,0 @@ "@types/node": "^6.0.57", |
@@ -12,3 +12,6 @@ { | ||
"moduleResolution": "node", | ||
"outDir": "./dist" | ||
"outDir": "./dist", | ||
"lib": [ | ||
"es6", "dom" | ||
] | ||
}, | ||
@@ -15,0 +18,0 @@ "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
14
78978
17
1188