File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ const OUT_DIR_ESM5 = `${NPM_DIR}/package/esm5`;
19
19
shell . echo ( `Setup package version` ) ;
20
20
let version = config . version ;
21
21
const versionContent = `export default '${ version } ';` ;
22
- const versionFilePath = './src/ui-scroll.version.ts'
23
- shell . touch ( versionFilePath )
24
- shell . echo ( versionContent ) . to ( versionFilePath )
22
+ const versionFilePath = './src/ui-scroll.version.ts' ;
23
+ shell . touch ( versionFilePath ) ;
24
+ shell . echo ( versionContent ) . to ( versionFilePath ) ;
25
25
shell . echo ( chalk . green ( `${ PACKAGE } v${ version } ` ) ) ;
26
26
27
27
shell . echo ( `Start building...` ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-scroll" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
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 1
- export default '1.1.0 ' ;
1
+ export default '1.1.1 ' ;
You can’t perform that action at this time.
0 commit comments