chore(airi-plugin-claude-code): remove fixed extension

This commit is contained in:
藍+85CD
2025-10-17 20:33:49 +08:00
parent 7be7a836fc
commit f30ec3dee5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"private": true,
"description": "manifest.json description",
"bin": {
"tsdown": "./dist/run.mjs"
"tsdown": "./dist/run.js"
},
"scripts": {
"build": "tsdown",
@@ -6,7 +6,6 @@ export default defineConfig([
inlineOnly: [],
platform: 'node',
dts: true,
fixedExtension: true,
unused: true,
publint: true,
},