Add more packages.

This commit is contained in:
cpojer 2017-05-23 11:58:55 +01:00
parent 3d45d3c5d0
commit 0eccb5ebf4
2 changed files with 13 additions and 1 deletions

View File

@ -29,7 +29,8 @@
"micromatch": "^2.3.11",
"mkdirp": "^0.5.1",
"promise": "^7.1.1",
"sinon": "^2.3.1"
"sinon": "^2.3.1",
"temp": "^0.8.3"
},
"scripts": {
"build-clean": "rm -rf ./packages/*/build",

View File

@ -3255,6 +3255,10 @@ rimraf@^2.2.8, rimraf@^2.6.1:
dependencies:
glob "^7.0.5"
rimraf@~2.2.6:
version "2.2.8"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
run-async@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389"
@ -3548,6 +3552,13 @@ temp-write@^3.3.0:
temp-dir "^1.0.0"
uuid "^3.0.1"
temp@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59"
dependencies:
os-tmpdir "^1.0.0"
rimraf "~2.2.6"
tempfile@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-1.1.1.tgz#5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2"