Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: use shorthand package repository format
  • Loading branch information
dougwilson committed Mar 26, 2017
1 parent 57d2811 commit b15b476
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -4,13 +4,8 @@
"version": "2.8.1",
"author": "Troy Goode <troygoode@gmail.com> (https://github.com/troygoode/)",
"keywords": ["cors", "express", "connect", "middleware"],
"homepage": "https://github.com/expressjs/cors/",
"repository": {
"type": "git",
"url": "git://github.com/expressjs/cors.git"
},
"license": "MIT",
"bugs": {"url": "https://github.com/expressjs/cors/issues"},
"repository": "expressjs/cors",
"main": "./lib/index.js",
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit b15b476

Please sign in to comment.