Skip to content

Commit d4c17c4

Browse files
committed
Add through2 dependency
1 parent d8094c8 commit d4c17c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"scripts": {
2626
"test": "standard && tape test"
27+
},
28+
"dependencies": {
29+
"through2": "^2.0.3"
2730
}
2831
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ text-table@~0.2.0:
17661766
version "0.2.0"
17671767
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
17681768

1769-
through2@^2.0.0:
1769+
through2@^2.0.0, through2@^2.0.3:
17701770
version "2.0.3"
17711771
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
17721772
dependencies:

0 commit comments

Comments
 (0)