Skip to content

Commit

Permalink
Merge pull request #71 from hull/release/v0.13.11
Browse files Browse the repository at this point in the history
WIP Release/v0.13.11
  • Loading branch information
michaloo committed Mar 22, 2018
2 parents efbc889 + 88def43 commit c50c701
Show file tree
Hide file tree
Showing 80 changed files with 5,234 additions and 1,667 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins":["transform-flow-comments"]
"plugins": ["transform-flow-comments"]
}
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
<<: *shared
docker:
- image: circleci/node:8.9
"node-8.10":
<<: *shared
docker:
- image: circleci/node:8.10

workflows:
version: 2
Expand All @@ -50,3 +54,4 @@ workflows:
- "node-6.11"
- "node-6.12"
- "node-8.9"
- "node-8.10"
Loading

0 comments on commit c50c701

Please sign in to comment.