Ver Fonte

fix extra comma

Nick Sweeting há 5 anos atrás
pai
commit
2116e83f6c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cli/package.json

+ 1 - 1
cli/package.json

@@ -6,7 +6,7 @@
 	"license": "AGPL-3.0-or-later",
 	"main": "single-file",
 	"bin": {
-        "single-file": "./single-file",
+        "single-file": "./single-file"
     },
 	"dependencies": {
 		"file-url": "^3.0.0",