Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Mar 20, 2024
1 parent 0914126 commit f59cab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/font-icons/scripts/prepare-nuget.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { iconsCsTemplate } = require('./templates');

const iconsHast = JSON.parse( fs.readFileSync( paths.icons.hast, 'utf-8' ) );


function prepareNuget() {

const telerikIconsCs = iconsCsTemplate( 'Telerik.FontIcons', iconsHast.icons );
Expand Down
1 change: 1 addition & 0 deletions packages/svg-icons/scripts/prepare-nuget.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fs.mkdirSync( 'src-cs/Telerik.SvgIcons/Icons', { recursive: true } );

const iconsHast = JSON.parse( fs.readFileSync( paths.icons.hast, 'utf-8' ) );


function prepareNuget() {
const iconList = [];
let iconName;
Expand Down

0 comments on commit f59cab6

Please sign in to comment.