Skip to content

Commit 58fd09a

Browse files
authored
Merge pull request #12 from ionic-team/sp/release-updates-2
chore: finalize release
2 parents b058ece + bde6a07 commit 58fd09a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/cli/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
dist/
1+
dist/
2+
README.md

packages/cli/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-standalone-codemods",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"dependencies": {
55
"@angular-eslint/template-parser": "^16.1.2",
66
"@clack/core": "^0.3.3",
@@ -10,9 +10,12 @@
1010
"ts-morph": "^19.0.0"
1111
},
1212
"bin": "./dist/index.js",
13+
"files": [
14+
"dist"
15+
],
1316
"scripts": {
1417
"start": "jiti ./src/index.ts",
15-
"build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md dist/",
18+
"build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md ./",
1619
"watch": "pnpm run build --watch",
1720
"dev": "pnpm run build --watch",
1821
"test": "vitest run",

0 commit comments

Comments
 (0)