Skip to content

Commit

Permalink
Merge pull request #113 from richardcrng/fix-imports
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
richardcrng authored Nov 6, 2019
2 parents e71c2ba + e8297c7 commit d1f43a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js

jobs:
include:
- stage: Check compilation
node_js: node
script: npm build

- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
2 changes: 0 additions & 2 deletions src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { makeActionCreator } from './creators/make';
import { makeCustomActions } from './custom';

export {
makeActionCreator,
makeCustomActions
}

0 comments on commit d1f43a6

Please sign in to comment.