Skip to content

Commit cd0378c

Browse files
committed
post publish v3.1.6
1 parent 48ea1f6 commit cd0378c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-oidc",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package for managing OpenID Connect authentication in redux apps",
55
"main": "dist/redux-oidc.js",
66
"types": "./index.d.ts",
@@ -61,9 +61,7 @@
6161
"peerDependencies": {
6262
"react": ">=16.8.4",
6363
"prop-types": ">=15.5.8",
64-
"oidc-client": ">=1.6.1"
65-
},
66-
"optionalDependencies": {
64+
"oidc-client": ">=1.6.1",
6765
"immutable": ">=3.6.0"
6866
},
6967
"browserify": {

0 commit comments

Comments
 (0)