Skip to content

Commit d833ae4

Browse files
author
Daniel Del Core
committed
move cli to esm
1 parent 780a0ce commit d833ae4

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)