Skip to content

Commit 8adc128

Browse files
authored
Merge pull request #277 from TorstenEhrhardt/master
Update definition file, fixes #274
2 parents cef266a + 11f0a55 commit 8adc128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Type definitions for node-vault 0.9.8
1+
// Type definitions for node-vault 0.10.9
22
// Project: https://github.com/nodevault/node-vault
33
// Definitions by: Jianrong Yu <https://github.com/YuJianrong>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55
// TypeScript Version: 2.3
66

7-
import * as request from "request";
7+
import * as request from "postman-request";
88

99
declare namespace NodeVault {
1010
interface Option {

0 commit comments

Comments
 (0)