Skip to content

Commit

Permalink
build: use shorter package description
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 26, 2017
1 parent 4868d52 commit fd14894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,8 +1,8 @@
{
"name": "cors",
"description": "Node.js CORS middleware",
"version": "2.8.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/expressjs/cors/",
"repository": {
Expand Down

0 comments on commit fd14894

Please sign in to comment.