File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-scroll" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"description" : " Infinite/virtual scroll for Angular" ,
5
5
"main" : " ./bundles/ngx-ui-scroll.umd.js" ,
6
6
"module" : " ./fesm5/ngx-ui-scroll.js" ,
55
55
" directive" ,
56
56
" vscroll"
57
57
]
58
- }
58
+ }
Original file line number Diff line number Diff line change 13
13
"build-app" : " ng build --configuration production" ,
14
14
"deploy-app" : " npm run build-app && firebase deploy" ,
15
15
"preinstall" : " cd server && npm install" ,
16
- "pack:install" : " npm run build && npm pack ./dist && npm install ngx-ui-scroll-2.3.1 .tgz --no-save" ,
16
+ "pack:install" : " npm run build && npm pack ./dist && npm install ngx-ui-scroll-2.4.0 .tgz --no-save" ,
17
17
"pack:start" : " npm run pack:install && npm start" ,
18
18
"build" : " node build.js" ,
19
19
"publish:lib" : " npm run build && npm publish ./dist" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
name : 'ngx-ui-scroll' ,
3
- version : '2.3.1 '
3
+ version : '2.4.0 '
4
4
} ;
You can’t perform that action at this time.
0 commit comments