Skip to content

Commit ca85dad

Browse files
aichbauerJPeer264
authored andcommitted
🔧 Chore: add fs-extra
1 parent bf7665d commit ca85dad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"eslint": "^3.17.1",
4848
"eslint-config-airbnb-base": "^11.1.1",
4949
"eslint-plugin-import": "^2.2.0",
50+
"fs-extra": "^2.0.0",
5051
"husky": "^0.13.2",
5152
"nyc": "^10.1.2"
5253
},
@@ -57,4 +58,4 @@
5758
"json-extra": "^0.5.0",
5859
"yargs": "^7.0.2"
5960
}
60-
}
61+
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,13 @@ fs-extra@^1.0.0:
16871687
jsonfile "^2.1.0"
16881688
klaw "^1.0.0"
16891689

1690+
fs-extra@^2.0.0:
1691+
version "2.0.0"
1692+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-2.0.0.tgz#337352bded4a0b714f3eb84de8cea765e9d37600"
1693+
dependencies:
1694+
graceful-fs "^4.1.2"
1695+
jsonfile "^2.1.0"
1696+
16901697
fs-readdir-recursive@^1.0.0:
16911698
version "1.0.0"
16921699
resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560"

0 commit comments

Comments
 (0)