Skip to content

Commit

Permalink
update to expressjs/cors from troygoode/node-cors
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode committed May 28, 2015
1 parent 8ec22a9 commit bef1a97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cors",
"version": "2.7.0",
"version": "2.7.1",
"author": "Troy Goode <troygoode@gmail.com> (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": [
{
Expand All @@ -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"
Expand Down

0 comments on commit bef1a97

Please sign in to comment.