extract-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "extract-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A command line tool for extracting any archive file.", | ||
@@ -24,4 +24,4 @@ "main": "extract-cli.js", | ||
"bin": { | ||
"extract": "index" | ||
"extract": "./index.js" | ||
} | ||
} |
4990