Skip to content

Commit

Permalink
fix: cose
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Jan 19, 2024
1 parent 2fa692b commit da1b5ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"release:major": "git pull && standard-version --release-as major && git push --follow-tags"
},
"devDependencies": {
"@types/fs-extra": "8.0.1",
"@types/node": "^13.1.6",
"@types/fs-extra": "11.0.4",
"@types/node": "^20.11.5",
"npm-run-all": "4.1.5",
"tslint": "5.18.0",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.3.1",
"typescript": "5.3.3",
"vscode": "1.1.35"
},
"dependencies": {
"fs-extra": "8.1.0",
"prettier": "1.19.1",
"standard-version": "9.1.1"
"fs-extra": "11.2.0",
"prettier": "3.2.4",
"standard-version": "9.5.0"
}
}
2 changes: 2 additions & 0 deletions src/iconsDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const iconsList: string[] = fs.readdirSync(paths.svgs).map(icon => {
if (icon.match(/\.svg$/i)) {
return removeFileExtension(icon);
}

return '';
});

/**
Expand Down

0 comments on commit da1b5ab

Please sign in to comment.