File tree 2 files changed +9
-3
lines changed
projects/ng-mat-select-infinite-scroll
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-mat-select-infinite-scroll" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
7
"build" : " ng build ng-mat-select-infinite-scroll" ,
8
8
"develop" : " ng build ng-mat-select-infinite-scroll --prod=false --watch" ,
9
9
"test" : " ng test" ,
10
10
"lint" : " ng lint" ,
11
- "e2e" : " ng e2e"
11
+ "e2e" : " ng e2e" ,
12
+ "npm_pack" : " cd dist/ng-mat-select-infinite-scroll && npm pack" ,
13
+ "package" : " npm run build && npm run npm_pack"
12
14
},
13
15
"private" : false ,
14
16
"dependencies" : {
49
51
"tsickle" : " ^0.37.0" ,
50
52
"tslint" : " ~5.15.0" ,
51
53
"typescript" : " ~3.5.3"
54
+ },
55
+ "repository" : {
56
+ "type" : " git" ,
57
+ "url" : " https://github.com/HaidarZ/ng-mat-select-infinite-scroll.git"
52
58
}
53
59
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-mat-select-infinite-scroll" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Adds missing infinite scroll functionality for the angular material select component" ,
5
5
"author" : " Haidar Zeineddine" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments