Skip to content

Commit

Permalink
Add Keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
gigadie committed May 20, 2018
1 parent 860772b commit e018b3d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-auth-oidc",
"description": "OAuth2 Implicit Flow with OpenID Connect (e.g. identity-server4) implemented with Angular Elements",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Diego Fernandez"
},
Expand All @@ -19,7 +19,7 @@
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"private": false,
"license" : "BSD-3-Clause",
"dependencies": {
"@angular/animations": "^6.0.2",
Expand Down Expand Up @@ -68,5 +68,18 @@
"files": [
"dist",
"demo"
],
"keywords": [
"Authentication",
"OpenID Connect",
"Angular Elements",
"OAuth2",
"Implicit Flow",
"Implicit",
"Flow",
"OpenID",
"Connect",
"Custom Elements",
"Angular"
]
}

0 comments on commit e018b3d

Please sign in to comment.