circular-dependency-scanner
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,7 @@ | ||
# 1.0.2 | ||
## Fixes | ||
- fix: ignores about `node_modules` doesn't effect. | ||
# 1.0.1 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "circular-dependency-scanner", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -38,7 +38,7 @@ "description": "Out-of-box and zero configuration circular dependencies detector, with both JavaScript API and Command Line Tool.", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.5.1", | ||
"eslint-plugin-n": "^15.6.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"husky": "^8.0.2", | ||
"lint-staged": "^13.0.4", | ||
"vite": "^3.2.4" | ||
"lint-staged": "^13.1.0", | ||
"vite": "^3.2.5" | ||
}, | ||
@@ -45,0 +45,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20038
11
224