Skip to content

Commit 63e3162

Browse files
committed
Switch to use @types for pump
1 parent 38fbec9 commit 63e3162

3 files changed

Lines changed: 8 additions & 23 deletions

File tree

build/lib/typings/pump.d.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

build/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@types/mime": "0.0.29",
2020
"@types/minimatch": "^2.0.29",
2121
"@types/node": "8.0.33",
22+
"@types/pump": "^1.0.1",
2223
"@types/request": "^2.47.0",
2324
"@types/rimraf": "^2.0.2",
2425
"@types/through": "^0.0.29",

build/yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@
168168
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.33.tgz#1126e94374014e54478092830704f6ea89df04cd"
169169
integrity sha512-vmCdO8Bm1ExT+FWfC9sd9r4jwqM7o97gGy2WBshkkXbf/2nLAJQUrZfIhw27yVOtLUev6kSZc4cav/46KbDd8A==
170170

171+
"@types/pump@^1.0.1":
172+
version "1.0.1"
173+
resolved "https://registry.yarnpkg.com/@types/pump/-/pump-1.0.1.tgz#ae8157cefef04d1a4d24c1cc91d403c2f5da5cd0"
174+
integrity sha1-roFXzv7wTRpNJMHMkdQDwvXaXNA=
175+
dependencies:
176+
"@types/node" "*"
177+
171178
"@types/request@^2.47.0":
172179
version "2.47.0"
173180
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.47.0.tgz#76a666cee4cb85dcffea6cd4645227926d9e114e"

0 commit comments

Comments
 (0)