Skip to content

Commit c606057

Browse files
authored
Merge pull request #4 from fastify/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 12cbe65 + 7bb4da5 commit c606057

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fastify-http-proxy
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/fastify/fastify-http-proxy.svg)](https://greenkeeper.io/)
4+
35
[![Build Status](https://travis-ci.org/fastify/fastify-http-proxy.svg?branch=master)](https://travis-ci.org/fastify/fastify-http-proxy)
46

57
Proxy your http requests to another server, with hooks.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"pre-commit": "^1.2.2",
3030
"simple-get": "^2.7.0",
3131
"snazzy": "^7.0.0",
32-
"standard": "^10.0.3",
32+
"standard": "^11.0.0",
3333
"tap": "^11.0.1"
3434
},
3535
"dependencies": {
36-
"fastify-reply-from": "^0.1.0"
36+
"fastify-reply-from": "^0.3.0"
3737
}
3838
}

0 commit comments

Comments
 (0)