Skip to content

Commit b058ece

Browse files
authored
Merge pull request #11 from ionic-team/sp/release-updates
chore: release prep
2 parents 032886d + da811cd commit b058ece

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -12,7 +12,7 @@
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",

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { cwd } from "node:process";
1818
import { runStandaloneMigration } from "./angular/migrations/standalone";
1919

2020
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";
2222
const IONIC_REPOSITORY_ISSUES_URL =
2323
"https://github.com/ionic-team/ionic-angular-standalone-codemods/issues";
2424

0 commit comments

Comments
 (0)