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 11{
22 "name" : " ngx-ui-scroll" ,
3- "version" : " 2.3.1 " ,
3+ "version" : " 2.4.0 " ,
44 "description" : " Infinite/virtual scroll for Angular" ,
55 "main" : " ./bundles/ngx-ui-scroll.umd.js" ,
66 "module" : " ./fesm5/ngx-ui-scroll.js" ,
5555 " directive" ,
5656 " vscroll"
5757 ]
58- }
58+ }
Original file line number Diff line number Diff line change 1313 "build-app" : " ng build --configuration production" ,
1414 "deploy-app" : " npm run build-app && firebase deploy" ,
1515 "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" ,
1717 "pack:start" : " npm run pack:install && npm start" ,
1818 "build" : " node build.js" ,
1919 "publish:lib" : " npm run build && npm publish ./dist" ,
Original file line number Diff line number Diff line change 11export default {
22 name : 'ngx-ui-scroll' ,
3- version : '2.3.1 '
3+ version : '2.4.0 '
44} ;
You can’t perform that action at this time.
0 commit comments