brute-force-generator
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "brute-force-generator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Build a dictionary by permuting passed letters (using ES2015+)", | ||
"main": "src/index.js", | ||
"bin": "bin/cli.js", | ||
"bin": { | ||
"brute-force-generator": "bin/cli.js" | ||
}, | ||
"license": "MIT", | ||
@@ -28,3 +30,3 @@ "author": { | ||
"type": "git", | ||
"url": "git@github.com:piecioshka/brute-force-generator.git" | ||
"url": "git+ssh://git@github.com/piecioshka/brute-force-generator.git" | ||
}, | ||
@@ -31,0 +33,0 @@ "files": [ |
5560