0.2.0 - upgraded to node-http-proxy 1.3.0

Upgrading fixes the issue that the server crashes when the request
times out (ETIMEDOUT).
This commit is contained in:
Rob Wu
2014-08-27 20:16:46 +02:00
parent 90d81e7033
commit c78854e4cf
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ The following options are recognized by both methods:
## License
Copyright (C) 2013 Rob Wu <gwnRob@gmail.com>
Copyright (C) 2013 - 2014 Rob Wu <rob@robwu.nl>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@@ -1,6 +1,6 @@
{
"name": "cors-anywhere",
"version": "0.1.9",
"version": "0.2.0",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <rob@robwu.nl>",
@@ -10,7 +10,7 @@
},
"bugs": {
"url": "https://github.com/Rob--W/cors-anywhere/issues/",
"email": "gwnRob@gmail.com"
"email": "rob@robwu.nl"
},
"keywords": [
"cors",