tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

RESELECT_UPGRADING (556B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2  * License, v. 2.0. If a copy of the MPL was not distributed with this
      3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 
      6 Follow these steps when adding/upgrading the reselect.js module:
      7 
      8 1. git clone https://github.com/reactjs/reselect - clone the repo
      9 2. yarn && yarn run build - compile the sources to a compiled JS module file
     10 3. cp dist/reselect.js $DEST_DIR - copy the compiled file to Firefox source tree
     11 
     12 The current version is 4.1.5 (last update in bug 1758973)