Remove duplicate bin definition, fixes issue #1311

This commit is contained in:
Eric Allam
2024-09-16 21:40:01 +01:00
parent de135e4885
commit 2b5771f38c
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Remove duplicate bin definition, fixes issue #1311
-1
View File
@@ -29,7 +29,6 @@
"dist"
],
"bin": {
"triggerdev": "./dist/esm/index.js",
"trigger": "./dist/esm/index.js"
},
"tshy": {