react-plaid-link
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -13,3 +13,2 @@ 'use strict'; | ||
institution: null, | ||
longtail: false, | ||
selectAccount: false, | ||
@@ -37,6 +36,2 @@ buttonText: 'Open Link', | ||
// Set to true to launch Link with longtail institution support enabled. | ||
// Longtail institutions are only available with the Connect product. | ||
longtail: React.PropTypes.bool, | ||
// The public_key associated with your account; available from | ||
@@ -100,3 +95,2 @@ // the Plaid dashboard (https://dashboard.plaid.com) | ||
key: this.props.publicKey, | ||
longtail: this.props.longtail, | ||
onExit: this.props.onExit, | ||
@@ -103,0 +97,0 @@ onLoad: this.handleLinkOnLoad, |
{ | ||
"name": "react-plaid-link", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A React component for Plaid Link", | ||
@@ -5,0 +5,0 @@ "files": [ |
6708
119