Skip to content

Commit 9e01f77

Browse files
committed
Switches package information to me
1 parent 296da3b commit 9e01f77

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# redux-oidc
2-
[![Build Status](https://travis-ci.org/maxmantz/redux-oidc.svg?branch=master)](https://travis-ci.org/maxmantz/redux-oidc)
2+
Forked from [maxmantz/redux-oidc](https://github.com/maxmantz/redux-oidc).
33

44
A package for managing OpenID-Connect authentication in ReactJS / Redux apps. It wraps the popular oidc-client library to redux actions and reducers.
55

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module "redux-oidc" {
1+
declare module "@ericlamb/redux-oidc" {
22
import { SignoutResponse, UserManager, UserManagerSettings, User } from "oidc-client-ts";
33
import { Map, fromJS } from "immutable";
44
import { Middleware, Store } from "redux";

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "redux-oidc",
3-
"version": "4.0.0",
2+
"name": "@ericlamb/redux-oidc",
3+
"version": "1.0.0",
44
"description": "A package for managing OpenID Connect authentication in redux apps",
55
"main": "dist/redux-oidc.js",
66
"types": "./index.d.ts",
@@ -12,11 +12,10 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/maxmantz/redux-oidc.git"
15+
"url": "https://github.com/ericlamb/redux-oidc.git"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/maxmantz/redux-oidc/issues",
19-
"email": "[email protected]"
18+
"url": "https://github.com/ericlamb/redux-oidc/issues"
2019
},
2120
"keywords": [
2221
"oidc",
@@ -26,7 +25,7 @@
2625
"openid",
2726
"oauth2"
2827
],
29-
"author": "Maximilian Mantz",
28+
"author": "Eric lamb",
3029
"license": "MIT",
3130
"devDependencies": {
3231
"babel-core": "^6.21.0",

0 commit comments

Comments
 (0)