File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @ionic/cli " ,
3- "version" : " 0.0.0 " ,
2+ "name" : " @ionic/angular-standalone-codemods " ,
3+ "version" : " 0.0.2 " ,
44 "dependencies" : {
55 "@angular-eslint/template-parser" : " ^16.1.2" ,
66 "@clack/core" : " ^0.3.3" ,
1212 "bin" : " ./dist/index.js" ,
1313 "scripts" : {
1414 "start" : " jiti ./src/index.ts" ,
15- "build" : " tsup src/index.ts --format cjs,esm --dts" ,
15+ "build" : " tsup src/index.ts --format cjs,esm --dts && cp ../../README.md dist/ " ,
1616 "watch" : " pnpm run build --watch" ,
1717 "dev" : " pnpm run build --watch" ,
1818 "test" : " vitest run" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { cwd } from "node:process";
1818import { runStandaloneMigration } from "./angular/migrations/standalone" ;
1919
2020const IONIC_MIGRATION_GUIDE_URL =
21- "https://ionic-docs-git-feature-75-ionic1.vercel.app /docs/angular/build-options#migrating-from-modules-to-standalone" ; // TODO update link
21+ "https://www.ionicframework.com /docs/angular/build-options#migrating-from-modules-to-standalone" ;
2222const IONIC_REPOSITORY_ISSUES_URL =
2323 "https://github.com/ionic-team/ionic-angular-standalone-codemods/issues" ;
2424
You can’t perform that action at this time.
0 commit comments