Skip to content

Commit

Permalink
Merge 9bc4996 into b6b4459
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 8, 2020
2 parents b6b4459 + 9bc4996 commit 30463dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"dependencies": {
"flat": "~5.0.2",
"flattie": "~1.0.0",
"got": "~11.6.0",
"is-url-http": "~2.1.2",
"ky": "~0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
const ky = require('ky-universal').default || require('ky-universal')
const isUrlHttp = require('is-url-http/lightweight')
const { encode: stringify } = require('qss')
const { flattie: flatten } = require('flattie')
const whoops = require('whoops')
const flatten = require('flat')

const factory = require('./factory')

Expand Down
2 changes: 1 addition & 1 deletion src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = require('./factory')({
isUrlHttp: require('is-url-http'),
stringify: require('querystring').stringify,
got: require('got'),
flatten: require('flat'),
flatten: require('flattie').flattie,
VERSION: require('../package.json').version
})

0 comments on commit 30463dd

Please sign in to comment.