فهرست منبع

make cli:path pair explicit in case one or the other gets renamed in the future

Nick Sweeting 5 سال پیش
والد
کامیت
01c3c69ca2
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      cli/package.json

+ 3 - 1
cli/package.json

@@ -5,7 +5,9 @@
 	"author": "Gildas Lormeau",
 	"license": "AGPL-3.0-or-later",
 	"main": "single-file",
-	"bin": "single-file",
+	"bin": {
+        "single-file": "./single-file",
+    },
 	"dependencies": {
 		"file-url": "^3.0.0",
 		"iconv-lite": "^0.5.2",