Skip to content

Commit daeeef6

Browse files
committed
fix: Remove 'module' and 'es2015' props from package.json until I find a fix for compilation
1 parent 835a28d commit daeeef6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"version": "1.2.0",
44
"description": "Image lazy load library for Angular 2+.",
55
"main": "./bundles/ngx-lazy-load-images.umd.min.js",
6-
"module": "./ngx-lazy-load-images.es5.js",
7-
"es2015": "./ngx-lazy-load-images.js",
86
"typings": "./ngx-lazy-load-images.d.ts",
97
"author": "Jesús Botella",
108
"keywords": [

0 commit comments

Comments
 (0)