File tree Expand file tree Collapse file tree 4 files changed +2
-30
lines changed Expand file tree Collapse file tree 4 files changed +2
-30
lines changed Original file line number Diff line number Diff line change 1
- /dist
2
1
/node_modules
3
2
/npm-debug.log
Original file line number Diff line number Diff line change 1
- /src
2
-
3
- * .ts
4
- ! * .d.ts
5
-
6
1
/.idea
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greg-md/ng-lazy-load" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Image Lazy loading for Angular2" ,
5
- "scripts" : {
6
- "prepublish" : " tsc" ,
7
- "tsc" : " tsc"
8
- },
9
5
"repository" : {
10
6
"type" : " git" ,
11
7
"url" : " https://github.com/greg-md/ng-lazy-load"
24
20
"bugs" : {
25
21
"url" : " https://github.com/greg-md/ng-lazy-load/issues"
26
22
},
27
- "main" : " ./dist/index.js" ,
28
- "typings" : " ./dist/index.d.ts" ,
23
+ "main" : " ./index.ts" ,
29
24
"devDependencies" : {
30
25
"@angular/core" : " ^2.0.0" ,
31
26
"rxjs" : " 5.0.0-beta.12" ,
32
- "typescript" : " ^2.0.10" ,
33
27
"zone.js" : " ^0.6.21"
34
28
}
35
29
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments