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 1
1
{
2
- "name" : " @ionic/cli " ,
3
- "version" : " 0.0.0 " ,
2
+ "name" : " @ionic/angular-standalone-codemods " ,
3
+ "version" : " 0.0.2 " ,
4
4
"dependencies" : {
5
5
"@angular-eslint/template-parser" : " ^16.1.2" ,
6
6
"@clack/core" : " ^0.3.3" ,
12
12
"bin" : " ./dist/index.js" ,
13
13
"scripts" : {
14
14
"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/ " ,
16
16
"watch" : " pnpm run build --watch" ,
17
17
"dev" : " pnpm run build --watch" ,
18
18
"test" : " vitest run" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { cwd } from "node:process";
18
18
import { runStandaloneMigration } from "./angular/migrations/standalone" ;
19
19
20
20
const 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" ;
22
22
const IONIC_REPOSITORY_ISSUES_URL =
23
23
"https://github.com/ionic-team/ionic-angular-standalone-codemods/issues" ;
24
24
You can’t perform that action at this time.
0 commit comments