mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
Version bump
Bumped the second digit instead of the third to indicate a not backwards compatible change: removing the icon named Adobe Lightroom.
This commit is contained in:
parent
4b3cf01485
commit
01b84bc2c2
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-icons",
|
||||
"version": "1.9.28",
|
||||
"version": "1.10.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-icons",
|
||||
"version": "1.9.28",
|
||||
"version": "1.10.0",
|
||||
"description": "SVG icons for popular brands https://simpleicons.org",
|
||||
"homepage": "https://www.simpleicons.org",
|
||||
"keywords": [
|
||||
|
@ -28,19 +28,5 @@ data.icons.forEach(icon => {
|
||||
);
|
||||
});
|
||||
|
||||
/* Backwards compatibility */
|
||||
// https://github.com/simple-icons/simple-icons/pull/1365
|
||||
const adobeLightroom = icons["Adobe Lightroom Classic"];
|
||||
adobeLightroom.title = "Adobe Lightroom";
|
||||
icons["Adobe Lightroom"] = adobeLightroom;
|
||||
fs.writeFileSync(
|
||||
`${iconsDir}/adobelightroom.svg`,
|
||||
adobeLightroom.svg
|
||||
);
|
||||
fs.writeFileSync(
|
||||
`${iconsDir}/adobelightroom.js`,
|
||||
`module.exports=${JSON.stringify(adobeLightroom)};`
|
||||
);
|
||||
|
||||
// write our generic index.js
|
||||
fs.writeFileSync(indexFile, `module.exports=${JSON.stringify(icons)};`);
|
||||
|
Loading…
Reference in New Issue
Block a user