Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Merge c5c61ba into 29eb1b9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed May 9, 2020
2 parents 29eb1b9 + c5c61ba commit 19323d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"raw-body": "^2.2.0"
},
"devDependencies": {
"ava": "^0.19.1",
"ava": "^3.8.2",
"axios": "^0.16.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^10.2.1",
Expand Down
12 changes: 6 additions & 6 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import stream from 'stream'
import test from 'ava'
import koa from 'koa'
import axios from 'axios'
import tunnelAgent from 'tunnel-agent'
import kroxy from '.'
const stream = require('stream')
const test = require('ava')
const koa = require('koa')
const axios = require('axios')
const tunnelAgent = require('tunnel-agent')
const kroxy = require('.')

const generalKroxyApp = (() => {
const app = koa()
Expand Down

0 comments on commit 19323d1

Please sign in to comment.