File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-scroll" ,
3
- "version" : " 1.10.0 " ,
3
+ "version" : " 1.11.0-rc " ,
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" ,
Original file line number Diff line number Diff line change 14
14
"deploy-app" : " npm run build-app && firebase deploy" ,
15
15
"preinstall" : " cd server && npm install" ,
16
16
"postinstall" : " npm run build-app" ,
17
- "pack:install" : " npm run build && npm pack ./dist && npm install ngx-ui-scroll-1.10.0 .tgz --no-save" ,
17
+ "pack:install" : " npm run build && npm pack ./dist && npm install ngx-ui-scroll-1.11.0-rc .tgz --no-save" ,
18
18
"pack:start" : " npm run pack:install && npm start" ,
19
19
"build" : " node build.js" ,
20
20
"publish:lib" : " npm run build && npm publish ./dist" ,
Original file line number Diff line number Diff line change 1
- export default '1.10.0 ' ;
1
+ export default '1.11.0-rc ' ;
You can’t perform that action at this time.
0 commit comments