ngx-angular-migration-signal-helper
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ngx-angular-migration-signal-helper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Helper to search the components you need migrate to Signals and the template use that components and list for create the ticket into github.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -114,5 +114,5 @@ #!/usr/bin/env node | ||
fs.writeFile('componentes-to-migrate.md', markdownList, (err) => { | ||
fs.writeFile('components-to-migrate.md', markdownList, (err) => { | ||
if (err) throw err; | ||
console.log('File to migrated Save! name: componentes-to-migrate.md, you can copy and paste to create a ticket in your project!'); | ||
}); | ||
console.log('File to migrated Save! name: components-to-migrate.md, you can copy and paste to create a ticket in your project!'); | ||
}); |
5645
10
121