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 780a0ce + d833ae4 commit 0953bffCopy full SHA for 0953bff
.changeset/slimy-mails-shake.md
@@ -0,0 +1,6 @@
1
+---
2
+'@codeshift/cli': minor
3
+'@hypermod/cli': minor
4
5
+
6
+Compiles CLI source to ESM
packages/cli-alias/package.json
@@ -1,6 +1,7 @@
{
"name": "@codeshift/cli",
"version": "0.16.0",
+ "type": "module",
"source": "src/index.ts",
"main": "dist/index.js",
7
"types": "dist/index.d.ts",
packages/cli/package.json
"name": "@hypermod/cli",
0 commit comments