tor-browser

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

REDUX_UPGRADING.md (718B)


[//]: # ( 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/. )

Upgrading redux

Getting the Source

git clone https://github.com/reactjs/redux
cd redux
git checkout v4.0.5 # checkout the right version tag

Building

npm install
npm run build
cp dist/redux.js <gecko-dev>/devtools/client/shared/vendor/redux.js

Patching react-redux

` /** * react-redux v4.0.5 */ `