dependency-lint
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -11,5 +11,3 @@ { | ||
], | ||
"ignoreFiles":[ | ||
"^node_modules/" | ||
] | ||
"ignoreFiles":[] | ||
} |
{ | ||
"name": "dependency-lint", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Lints npm dependencies and devDependencies", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
"mycha": "^0.6.4", | ||
"tmp": "0.0.24" | ||
"tmp": "^0.0.24" | ||
}, | ||
@@ -42,0 +42,0 @@ "dependencies": { |
@@ -48,2 +48,3 @@ # dependency-lint | ||
* array of strings to match against a filename to determine if it should be ignored | ||
* default: `["^node_modules/"]` | ||
* default: `[]` | ||
* the `node_modules` folder is always ignored |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50
31038
23
15