react-router-dom 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ // Written in this round about way for babel-transform-imports
2
+ import RouterContext from "react-router/es/RouterContext";
3
+
4
+ export default RouterContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router-dom",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "DOM bindings for React Router",
5
5
  "repository": "ReactTraining/react-router",
6
6
  "license": "MIT",
@@ -46,7 +46,8 @@
46
46
  "invariant": "^2.2.4",
47
47
  "loose-envify": "^1.3.1",
48
48
  "prop-types": "^15.6.1",
49
- "react-router": "^4.3.0"
49
+ "react-router": "^4.3.1",
50
+ "warning": "^4.0.1"
50
51
  },
51
52
  "devDependencies": {
52
53
  "babel-cli": "^6.26.0",
@@ -74,8 +75,7 @@
74
75
  "rollup-plugin-commonjs": "^9.1.3",
75
76
  "rollup-plugin-node-resolve": "^3.3.0",
76
77
  "rollup-plugin-replace": "^2.0.0",
77
- "rollup-plugin-uglify": "^3.0.0",
78
- "warning": "^4.0.1"
78
+ "rollup-plugin-uglify": "^3.0.0"
79
79
  },
80
80
  "browserify": {
81
81
  "transform": [