Skip to content

Commit

Permalink
post publish v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmantz committed Nov 6, 2019
1 parent cd0378c commit dc1a820
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-oidc",
"version": "3.1.6",
"version": "3.1.7",
"description": "A package for managing OpenID Connect authentication in redux apps",
"main": "dist/redux-oidc.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -61,7 +61,9 @@
"peerDependencies": {
"react": ">=16.8.4",
"prop-types": ">=15.5.8",
"oidc-client": ">=1.6.1",
"oidc-client": ">=1.6.1"
},
"optionalDependencies": {
"immutable": ">=3.6.0"
},
"browserify": {
Expand Down

0 comments on commit dc1a820

Please sign in to comment.