Skip to content

Commit

Permalink
Fix packaging/build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jun 6, 2018
1 parent 0c655c2 commit 35c35af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/react-router-dom/package.json
Expand Up @@ -18,6 +18,7 @@
"Redirect.js",
"Route.js",
"Router.js",
"RouterContext.js",
"StaticRouter.js",
"Switch.js",
"es",
Expand Down
1 change: 1 addition & 0 deletions packages/react-router/package.json
Expand Up @@ -14,6 +14,7 @@
"Redirect.js",
"Route.js",
"Router.js",
"RouterContext.js",
"StaticRouter.js",
"Switch.js",
"es",
Expand Down
3 changes: 1 addition & 2 deletions website/modules/.eslintrc
Expand Up @@ -16,7 +16,6 @@
"rules": {
"prefer-arrow-callback": 2,
"react/display-name": 0,
"react/no-did-mount-set-state": 0,
"semi": [ 2, "never" ]
"react/no-did-mount-set-state": 0
}
}
1 change: 1 addition & 0 deletions website/modules/ReactRouterDOMShim.js
Expand Up @@ -9,6 +9,7 @@ export {
Redirect,
Route,
Router,
RouterContext,
StaticRouter,
Switch,
matchPath,
Expand Down

0 comments on commit 35c35af

Please sign in to comment.