Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "pokedeps", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Simple tool to analyze and visualize NPM dependencies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,3 +30,3 @@ # PokeDeps | ||
```bash | ||
pokedeps[-p|--path directory] [-t|--top number] [-d|--dev] [-s|--specific module] [-g|--graph directory] [-h|--help] | ||
pokedeps[-p|--path directory] [-t|--top number] [-d|--dev] [-s|--specific module] [-g|--graph directory] [-e|--excludeOpts] [-h|--help] | ||
@@ -45,2 +45,4 @@ --path [directory] (specifies path of the project to analyze, default is current working directory) | ||
--excludeOpts (exclude optional dependencies from the graph) | ||
--help (prints help) | ||
@@ -47,0 +49,0 @@ ``` |
22069
64