summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/vendor/RESELECT_UPGRADING
blob: a6031a19bd1a677960debf87b7680c8e42e453cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


Follow these steps when adding/upgrading the reselect.js module:

1. git clone https://github.com/reactjs/reselect - clone the repo
2. npm install - compile the sources to a compiled JS module file
3. cp dist/reselect.js $DEST_DIR - copy the compiled file to Firefox source tree

The package version used it currently 3.0.1 (last update in bug 1408737)