Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 6, 2016
1 parent e25457d commit be9fe6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lowercase-keys": "^1.0.0",
"node-status-codes": "^2.0.0",
"timed-out": "^2.0.0",
"unzip-response": "^1.0.0",
"unzip-response": "^2.0.1",
"url-parse-lax": "^1.0.0"
},
"devDependencies": {
Expand All @@ -64,8 +64,8 @@
"form-data": "^1.0.1",
"get-port": "^2.0.0",
"get-stream": "^2.3.0",
"into-stream": "^2.0.0",
"nyc": "^7.1.0",
"into-stream": "^3.0.0",
"nyc": "^8.1.0",
"pem": "^1.4.4",
"pify": "^2.3.0",
"tempfile": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/headers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'ava';
import FormData from 'form-data';
import got from '../';
import pkg from '../package.json';
import pkg from '../package';
import {createServer} from './helpers/server';

let s;
Expand Down

0 comments on commit be9fe6a

Please sign in to comment.