Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Add descriptions to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
payton committed Feb 7, 2018
1 parent 1400d6f commit f8ba023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f8ba023

Please sign in to comment.