This repository was archived by the owner on Sep 11, 2018. It is now read-only.
Commit 6c65c89 David Zukowski
committed
1 parent f3072f9 commit 6c65c89 Copy full SHA for 6c65c89
File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 67
67
"eslint-plugin-standard" : " ^3.0.1" ,
68
68
"extract-text-webpack-plugin" : " ^2.1.0" ,
69
69
"figures" : " ^2.0.0" ,
70
+ "fs-extra" : " ^3.0.1" ,
70
71
"html-webpack-plugin" : " ^2.24.1" ,
71
72
"ip" : " ^1.1.5" ,
72
73
"karma" : " ^1.7.0" ,
Original file line number Diff line number Diff line change @@ -2532,6 +2532,14 @@ fresh@0.5.0:
2532
2532
version "0.5.0"
2533
2533
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.0.tgz#f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e"
2534
2534
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
+
2535
2543
fs-extra@~1.0.0 :
2536
2544
version "1.0.0"
2537
2545
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -3317,6 +3325,12 @@ jsonfile@^2.1.0:
3317
3325
optionalDependencies :
3318
3326
graceful-fs "^4.1.6"
3319
3327
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
+
3320
3334
jsonify@~0.0.0 :
3321
3335
version "0.0.0"
3322
3336
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -5762,6 +5776,10 @@ uniqs@^2.0.0:
5762
5776
version "2.0.0"
5763
5777
resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
5764
5778
5779
+ universalify@^0.1.0 :
5780
+ version "0.1.0"
5781
+ resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.0.tgz#9eb1c4651debcc670cc94f1a75762332bb967778"
5782
+
5765
5783
unpipe@1.0.0, unpipe@~1.0.0 :
5766
5784
version "1.0.0"
5767
5785
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
You can’t perform that action at this time.
0 commit comments