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

Commit 6c65c89

Browse files
author
David Zukowski
committed
fix(build): add missing fs-extra dependency
1 parent f3072f9 commit 6c65c89

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"eslint-plugin-standard": "^3.0.1",
6868
"extract-text-webpack-plugin": "^2.1.0",
6969
"figures": "^2.0.0",
70+
"fs-extra": "^3.0.1",
7071
"html-webpack-plugin": "^2.24.1",
7172
"ip": "^1.1.5",
7273
"karma": "^1.7.0",

yarn.lock

+18
Original file line numberDiff line numberDiff line change
@@ -2532,6 +2532,14 @@ fresh@0.5.0:
25322532
version "0.5.0"
25332533
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.0.tgz#f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e"
25342534

2535+
fs-extra@^3.0.1:
2536+
version "3.0.1"
2537+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
2538+
dependencies:
2539+
graceful-fs "^4.1.2"
2540+
jsonfile "^3.0.0"
2541+
universalify "^0.1.0"
2542+
25352543
fs-extra@~1.0.0:
25362544
version "1.0.0"
25372545
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -3317,6 +3325,12 @@ jsonfile@^2.1.0:
33173325
optionalDependencies:
33183326
graceful-fs "^4.1.6"
33193327

3328+
jsonfile@^3.0.0:
3329+
version "3.0.0"
3330+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-3.0.0.tgz#92e7c7444e5ffd5fa32e6a9ae8b85034df8347d0"
3331+
optionalDependencies:
3332+
graceful-fs "^4.1.6"
3333+
33203334
jsonify@~0.0.0:
33213335
version "0.0.0"
33223336
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -5762,6 +5776,10 @@ uniqs@^2.0.0:
57625776
version "2.0.0"
57635777
resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
57645778

5779+
universalify@^0.1.0:
5780+
version "0.1.0"
5781+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.0.tgz#9eb1c4651debcc670cc94f1a75762332bb967778"
5782+
57655783
unpipe@1.0.0, unpipe@~1.0.0:
57665784
version "1.0.0"
57675785
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)