Skip to content

Commit 1c1a1d7

Browse files
committed
Merge pull request #2 from xicombd/master
Add through2 as a dependency on package.json
2 parents 3a4673f + b02a457 commit 1c1a1d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"standard": "^5.4.1"
3030
},
3131
"dependencies": {
32-
"debug": "^2.2.0"
32+
"debug": "^2.2.0",
33+
"through2": "^2.0.0"
3334
}
3435
}

0 commit comments

Comments
 (0)