Parcourir la source

removed ".js"

Gildas il y a 5 ans
Parent
commit
0227cdc5c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
 	"description": "SingleFile",
 	"author": "Gildas Lormeau",
 	"license": "AGPL-3.0-or-later",
-	"main": "cli/single-file.js",
+	"main": "cli/single-file",
 	"bin": {
 		"single-file": "./cli/single-file"
 	},