We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b058ece + bde6a07 commit 58fd09aCopy full SHA for 58fd09a
packages/cli/.gitignore
@@ -1 +1,2 @@
1
-dist/
+dist/
2
+README.md
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-standalone-codemods",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"dependencies": {
5
"@angular-eslint/template-parser": "^16.1.2",
6
"@clack/core": "^0.3.3",
@@ -10,9 +10,12 @@
10
"ts-morph": "^19.0.0"
11
},
12
"bin": "./dist/index.js",
13
+ "files": [
14
+ "dist"
15
+ ],
16
"scripts": {
17
"start": "jiti ./src/index.ts",
- "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 ./",
19
"watch": "pnpm run build --watch",
20
"dev": "pnpm run build --watch",
21
"test": "vitest run",
0 commit comments