Closed hartzis closed 5 years ago
Hey @hartzis, it looks like you haven\'t signed our Contributor License Agreement, yet.
The purpose of a CLA is to ensure that the guardian of a project\'s outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen license. Wikipedia
You can read and sign our full Contributor License Agreement here.
Once you\'ve signed reply with [clabot:check]
to prove it.
Appreciation of efforts,
clabot
[clabot:check]
@TrueCar It looks like @hartzis just signed our Contributor License Agreement. :+1:
Always at your service,
clabot
@hartzis Sorry this has sat for so long. Do you mind making an update to the "Dependencies" section in the README: https://github.com/TrueCar/react-launch-darkly/blob/master/README.md#dependencies. Just including a quick blurb about the dependency on LaunchDarkly's js client. Specifically outlining that it needs to be installed in the user's app and the versions that are supported.
Hey, no worries, I can totally do that!
will be a few days after I get back from holiday.
On Thu, Nov 29, 2018 at 13:04 Jacob Moretti notifications@github.com wrote:
@hartzis https://github.com/hartzis Sorry this has sat for so long. Do you mind making an update to the "Dependencies" section in the README: https://github.com/TrueCar/react-launch-darkly/blob/master/README.md#dependencies. Just including a quick blurb about the dependency on LaunchDarkly's js client. Specifically outlining that it needs to be installed in the user's app and the versions that are supported.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TrueCar/react-launch-darkly/pull/84#issuecomment-442933896, or mute the thread https://github.com/notifications/unsubscribe-auth/AFISkx_YNx6QJSdrgOfleGuZdmNPvNHOks5u0CG9gaJpZM4XasQs .
-- Brian Hartz www.hartzis.me http://www.hartzis.me/about brianhartz@gmail.com
ldClient
toopeerDependencies
"ldclient-js": "^1.1.12 || ^2.0.0"
devDependencies
for"ldclient-js": "^2.7.1"
require("ldclient-js").default
now since they are using named exports nowWill close #81 .