Rename .js to .mjs and update import paths

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 22:30:22 +00:00
parent 835e446f7d
commit 1b66e499ad
5 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
"type": "module",
"description": "Paste text into the Claude Code terminal window via xdotool",
"bin": {
"claude-remote": "./claude-remote.js"
"claude-remote": "./claude-remote.mjs"
}
}