angular2-infinite-scroll
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "angular2-infinite-scroll", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "An infinite scroll directive for angular2", | ||
@@ -5,0 +5,0 @@ "main": "angular2-infinite-scroll.js", |
@@ -1,2 +0,1 @@ | ||
/// <reference types="core-js" /> | ||
import { ElementRef } from '@angular/core'; | ||
@@ -3,0 +2,0 @@ import { AxisResolver } from './axis-resolver'; |
@@ -15,5 +15,5 @@ { | ||
"types": [ | ||
"core-js", | ||
"jasmine", | ||
"node" | ||
"../node_modules/@types/core-js", | ||
"../node_modules/@types/jasmine", | ||
"../node_modules/@types/node" | ||
] | ||
@@ -20,0 +20,0 @@ }, |
@@ -14,4 +14,4 @@ { | ||
"moduleResolution": "node", | ||
"lib": ["dom", "es6"], | ||
"types": [ | ||
"core-js", | ||
"jasmine", | ||
@@ -18,0 +18,0 @@ "node" |
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
100104
1227