Skip to content

Commit

Permalink
v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmantz committed Aug 20, 2016
1 parent a58ff48 commit 9a47eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-oidc",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"description": "A package for managing OpenID Connect authentication in redux apps",
"main": "dist/redux-oidc.js",
"scripts": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"peerDependencies": {
"react": ">=0.14.0",
"immutable": ">=3.6.0",
"oidc-client": ">=1.1.0-beta.3"
"oidc-client": ">=1.1.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 9a47eff

Please sign in to comment.