Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
demo/dist
node_modules
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[ignore]
dist/
lib/
es/
.*/node_modules/fbjs/.*
.*/node_modules/systemjs-builder/.*
.*/__tests__/.*
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "4"
- "6"
- "8"

# Use container-based Travis infrastructure.
sudo: false
Expand Down
1 change: 1 addition & 0 deletions src/immutable/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
import immutableRouterForBrowser from './environment/browser-router';
import immutableRouterForExpress from './environment/express-router';
import immutableRouterForHash from './environment/hash-router';
Expand Down