Gildas 5 anni fa
parent
commit
f57e2ea8a1
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -6,8 +6,8 @@
 	"license": "AGPL-3.0-or-later",
 	"main": "cli/single-file.js",
 	"bin": {
-        "single-file": "./cli/single-file"
-    },
+		"single-file": "./cli/single-file"
+	},
 	"dependencies": {
 		"file-url": "^3.0.0",
 		"iconv-lite": "^0.5.2",
@@ -18,4 +18,4 @@
 		"strong-data-uri": "^1.0.6",
 		"yargs": "^15.4.1"
 	}
-}
+}