Skip to content

Commit 0953bff

Browse files
Merge pull request #189 from hypermod-io/esm-cli
move cli to esm
2 parents 780a0ce + d833ae4 commit 0953bff

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.changeset/slimy-mails-shake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@codeshift/cli",
33
"version": "0.16.0",
4+
"type": "module",
45
"source": "src/index.ts",
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@hypermod/cli",
33
"version": "0.16.0",
4+
"type": "module",
45
"source": "src/index.ts",
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)