dependency-lint
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "dependency-lint", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Lints npm dependencies and devDependencies", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
"async": "^1.0.0", | ||
"async-handlers": "^1.1.0", | ||
"async-handlers": "^1.2.1", | ||
"coffee-script": "^1.9.0", | ||
@@ -56,2 +56,3 @@ "colors": "^1.0.3", | ||
"glob": "^5.0.3", | ||
"js-yaml": "^3.3.1", | ||
"lodash": "^3.2.0", | ||
@@ -58,0 +59,0 @@ "minimatch": "^2.0.8" |
@@ -32,3 +32,3 @@ # dependency-lint | ||
``` | ||
dependency-lint --generate-config (coffee | cson | js | json) | ||
dependency-lint --generate-config (coffee | cson | js | json | yaml | yml) | ||
``` | ||
@@ -35,0 +35,0 @@ Any options not set in the configuration file will be given there default value. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25189
24
12
+ Addedjs-yaml@^3.3.1
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedsprintf-js@1.0.3(transitive)
Updatedasync-handlers@^1.2.1