Commit cde709d

Anton Medvedev <anton@medv.io>
2023-10-05 12:23:42
Update package.json
1 parent fbd206e
Changed files (1)
package.json
@@ -4,7 +4,7 @@
   "description": "Generate badges for your GitHub projects",
   "type": "module",
   "bin": {
-    "update-my-badges": "dist/index.js"
+    "update-my-badges": "dist/main.js"
   },
   "scripts": {
     "start": "tsc --watch",