Parcourir la source

fix extra comma

Nick Sweeting il y a 5 ans
Parent
commit
2116e83f6c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",