diff --git a/README.md b/README.md index 1519bf3..d5bc2ae 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

-Code mods to migrate an Ionic Angular application to use the new standalone components. +Code mods to migrate an Ionic Angular application to use the new standalone components in Ionic Framework v7.5.0.

@@ -41,8 +41,6 @@ Code mods to migrate an Ionic Angular application to use the new standalone comp If you run into any issues while using this project, please open an issue on this repository. If you are unable to provide a reproduction project, please provide relevant code snippets to help us reproduce the issue. -**This repository is in active development and is not intended for production use. Check back soon!** - ## Usage ```bash diff --git a/packages/cli/package.json b/packages/cli/package.json index 3d2b4b2..fee24f9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-standalone-codemods", - "version": "0.0.3", + "version": "0.0.4", "dependencies": { "@angular-eslint/template-parser": "^16.1.2", "@clack/core": "^0.3.3", @@ -8,7 +8,7 @@ "@ionic/utils-terminal": "^2.3.4", "picocolors": "^1.0.0", "ts-dedent": "^2.2.0", - "ts-morph": "^19.0.0" + "ts-morph": "^19.0.0" }, "bin": "./dist/index.js", "files": [ @@ -16,7 +16,8 @@ ], "scripts": { "start": "jiti ./src/index.ts", - "build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md ./", + "build": "tsup src/index.ts --format cjs,esm --dts", + "build:prod": "rm -rf dist && pnpm run build && cp ../../README.md ./", "watch": "pnpm run build --watch", "dev": "pnpm run build --watch", "test": "vitest run", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ddb7b12..dbac0e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true