Skip to content

Commit dc1a820

Browse files
committed
post publish v3.1.7
1 parent cd0378c commit dc1a820

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)