Skip to content

Commit

Permalink
Fix for package.json error.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonBoone committed May 5, 2017
1 parent 75362a4 commit 41220b8
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
Expand Up @@ -58,8 +58,8 @@
"peerDependencies": {
"co": ">=4.6.0",
"react": ">=0.14.0",
"oidc-client": ">=1.2.0"
"prop-types": ">=15.5.0",
"oidc-client": ">=1.2.0",
"prop-types": ">=15.5.0"
},
"optionalDependencies": {
"immutable": ">=3.6.0"
Expand Down

0 comments on commit 41220b8

Please sign in to comment.