Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 79fa82e

Browse files
geninthoMoOx
authored andcommitted
Remove unused dep (#170)
1 parent ff4737c commit 79fa82e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ some issues cannot be fixed properly.**
100100
This option will enable caching of the linting results into a file.
101101
This is particularly useful in reducing linting time when doing a full build.
102102

103-
The cache file is written to the `./node_modules/.cache` directory, thanks to the usage
104-
of the [find-cache-dir](https://www.npmjs.com/package/find-cache-dir) module.
103+
The cache file is written to the `./node_modules/.cache` directory.
105104

106105
#### `formatter` (default: eslint stylish formatter)
107106

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"eslint": ">=1.6.0 <5.0.0"
2020
},
2121
"dependencies": {
22-
"find-cache-dir": "^0.1.1",
2322
"loader-fs-cache": "^1.0.0",
2423
"loader-utils": "^1.0.2",
2524
"object-assign": "^4.0.1",

0 commit comments

Comments
 (0)