Skip to content

Commit

Permalink
fix: npm compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 14, 2024
1 parent 204b8f7 commit 5aa7742
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-apes-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rnm/tscx": patch
---

fix: npm compatibility
1 change: 1 addition & 0 deletions packages/tscx/src/bin/tscx.cts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env node
import("./tscx.js");
1 change: 1 addition & 0 deletions packages/tscx/src/bin/tscx.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import fs from "node:fs/promises";
import path from "node:path";
import { fileURLToPath } from "node:url";
Expand Down

0 comments on commit 5aa7742

Please sign in to comment.