Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Allow RR canvas be reused by children
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade committed Mar 25, 2017
1 parent 6c6e22b commit 51f1bc5
Show file tree
Hide file tree
Showing 16 changed files with 1,670 additions and 53 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"presets": [
"backpack",
"react",
"stage-0"
],
"plugins": [
"transform-flow-strip-types"

]
}
9 changes: 9 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[ignore]
node_modules

[include]
src

[libs]

[options]
Loading

1 comment on commit 51f1bc5

@ooade
Copy link
Owner Author

@ooade ooade commented on 51f1bc5 Mar 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3 #2

Please sign in to comment.