Skip to content

Commit b9869f4

Browse files
authored
Switched to request-promise-native (#61)
feat: Switched to request-promise-native (#61)
1 parent 2b9b6b6 commit b9869f4

File tree

3 files changed

+104
-1071
lines changed

3 files changed

+104
-1071
lines changed

lib/platform/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const rp = require('request-promise')
3+
const rp = require('request-promise-native')
44

55
class Client {
66
constructor(options) {

0 commit comments

Comments
 (0)