Skip to content

Commit 0e218a6

Browse files
committed
Repo rename
1 parent 43c433d commit 0e218a6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# OidcClient
1+
# oidc-client
2+
3+
OpenID Connect (OIDC) client library

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oidc-client",
33
"version": "0.1.0",
4-
"homepage": "https://github.com/IdentityModel/OidcClient",
4+
"homepage": "https://github.com/IdentityModel/oidc-client",
55
"authors": [
66
"Brock Allen <brockallen@gmail.com>",
77
"Dominick Baier <dbaier@leastprivilege.com>"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/IdentityModel/OidcClient.git"
11+
"url": "https://github.com/IdentityModel/oidc-client.git"
1212
},
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"bugs": {
16-
"url": "https://github.com/IdentityModel/OidcClient/issues"
16+
"url": "https://github.com/IdentityModel/oidc-client/issues"
1717
},
18-
"homepage": "https://github.com/IdentityModel/OidcClient",
18+
"homepage": "https://github.com/IdentityModel/oidc-client",
1919
"devDependencies": {
2020
"bower": "^1.4.0"
2121
}

0 commit comments

Comments
 (0)