mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:48:29 +02:00
fix(scripts): removed toBeRemovedInVersion from all scripts and tools (#4674)
* fix(scripts): remove toBeRemovedInVersion from all scripts and tools * fix(scripts): fixed linting
This commit is contained in:
@@ -52,7 +52,6 @@ export async function renameIcon(ICONS_DIR: string, oldName: string, newName: st
|
||||
name: oldName,
|
||||
deprecated: true,
|
||||
deprecationReason: 'alias.name',
|
||||
toBeRemovedInVersion: 'v1.0',
|
||||
},
|
||||
];
|
||||
fs.writeFileSync(newJsonPath, JSON.stringify(jsonData, null, 2));
|
||||
|
||||
Reference in New Issue
Block a user