Skip to content

Commit

Permalink
Fixed the Travis CI error: "TypeError: Cannot read property 'range' o…
Browse files Browse the repository at this point in the history
…f null"

It is deadly to mix "npm install" and yarn, we need to pick one or the
other and stick with it.

babel/babel-eslint#681 (comment)
  • Loading branch information
SailingSteve committed Jul 23, 2019
1 parent f47704a commit f74f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/actions/FacebookActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For the WebApp, see initFacebook() in Application.jsx
For Cordova we rely on the FacebookConnectPlugin4
from https://www.npmjs.com/package/cordova-plugin-facebook4
this is the "Jeduan" fork from https://github.com/jeduan/cordova-plugin-facebook4
The "Jeduan" fork is forked from the VERY OUT OF DATE https://github.com/Wizcorp/phonegap-facebook-plugin
The "Jeduan" fork is forked from the VERY OUT OF DATE https://github.com/Wizcorp/phonegap-facebook-plugin
As of May 2018, the "Wizcorp" fork has not been maintained for 3 years, even though it
displays the (WRONG) note "This is the official plugin for Facebook in Apache Cordova/PhoneGap!"
*/
Expand Down

0 comments on commit f74f542

Please sign in to comment.