diff --git a/README.md b/README.md index 14fd0fe..bc963eb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CORS is a node.js package for providing a [Connect](http://www.senchalabs.org/co [![NPM](https://nodei.co/npm/cors.png?downloads=true&stars=true)](https://nodei.co/npm/cors/) -[![build status](https://secure.travis-ci.org/troygoode/node-cors.png)](http://travis-ci.org/troygoode/node-cors) +[![build status](https://secure.travis-ci.org/expressjs/cors.png)](http://travis-ci.org/expressjs/cors) * [Installation](#installation) * [Usage](#usage) * [Simple Usage](#simple-usage-enable-all-cors-requests) diff --git a/package.json b/package.json index e3fb748..87eca86 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "cors", - "version": "2.7.0", + "version": "2.7.1", "author": "Troy Goode (https://github.com/troygoode/)", "description": "middleware for dynamically or statically enabling CORS in express/connect applications", "keywords": ["cors", "express", "connect", "middleware"], - "homepage": "https://github.com/troygoode/node-cors/", + "homepage": "https://github.com/expressjs/cors/", "repository": { "type": "git", - "url": "git://github.com/troygoode/node-cors.git" + "url": "git://github.com/expressjs/cors.git" }, "contributors": [ { @@ -17,7 +17,7 @@ } ], "license": "MIT", - "bugs": {"url": "https://github.com/troygoode/node-cors/issues"}, + "bugs": {"url": "https://github.com/expressjs/cors/issues"}, "main": "./lib/index.js", "engines": { "node": ">=0.10.0"