diff options
author | Victor Chabbert <chabbertvi@eisti.eu> | 2016-12-18 18:02:12 +0100 |
---|---|---|
committer | Victor Chabbert <chabbertvi@eisti.eu> | 2016-12-18 18:02:12 +0100 |
commit | 2cc74d254004d2551c19c778ce7f7d2070a9b45b (patch) | |
tree | ce9ab49cfd9ada3af8e83533c0b82059730cdd14 /src/main/js/package.json | |
parent | Clean front-end files (diff) | |
download | seven-wonders-2cc74d254004d2551c19c778ce7f7d2070a9b45b.tar.gz seven-wonders-2cc74d254004d2551c19c778ce7f7d2070a9b45b.tar.bz2 seven-wonders-2cc74d254004d2551c19c778ce7f7d2070a9b45b.zip |
Add react-router with small example
Diffstat (limited to 'src/main/js/package.json')
-rw-r--r-- | src/main/js/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/js/package.json b/src/main/js/package.json index 94282e0e..46281613 100644 --- a/src/main/js/package.json +++ b/src/main/js/package.json @@ -9,6 +9,7 @@ "react": "^15.4.1", "react-dom": "^15.4.1", "react-redux": "^5.0.1", + "react-router": "4.0.0-alpha.6", "redux": "^3.6.0" }, "scripts": { |