From bacbbe0cb0486a92d0430ee63be07cae13e5ce8a Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Fri, 26 Feb 2016 18:26:40 +0100 Subject: [PATCH] It's 2016 (and remove unnecessary section about Dependencies, because it mentioned 3x in the previous section and package.json) --- README.md | 7 +------ lib/cors-anywhere.js | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97dd5b6..b7f5aee 100644 --- a/README.md +++ b/README.md @@ -116,14 +116,9 @@ For advanced users, the following options are also provided. [`https.createServer`](https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener) method. -## Dependencies - -- NodeJitsu's [http-proxy](https://github.com/nodejitsu/node-http-proxy) - - ## License -Copyright (C) 2013 - 2015 Rob Wu +Copyright (C) 2013 - 2016 Rob Wu 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 diff --git a/lib/cors-anywhere.js b/lib/cors-anywhere.js index d745d55..2e49e40 100644 --- a/lib/cors-anywhere.js +++ b/lib/cors-anywhere.js @@ -1,4 +1,4 @@ -// © 2013 - 2015 Rob Wu +// © 2013 - 2016 Rob Wu // Released under the MIT license 'use strict';