diff --git a/build/package.json b/build/package.json index 13b468b..1477f5f 100644 --- a/build/package.json +++ b/build/package.json @@ -1,7 +1,7 @@ { "name": "cloudfront-auth-build", "version": "1.0.0", - "description": "", + "description": "Build files for cloudfront-auth", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/package.json b/package.json index b0742c5..7105772 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudfront-auth", "version": "1.0.0", - "description": "An AWS Cloudfront Lambda@Edge function to authenticate requests using OpenID and OAuth2", + "description": "An AWS Cloudfront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, and GitHub login", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",