Skip to content

Commit

Permalink
Update packages, fix render scope (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim authored Jul 31, 2020
1 parent a94e49a commit 19473ec
Show file tree
Hide file tree
Showing 5 changed files with 3,009 additions and 2,135 deletions.
3 changes: 0 additions & 3 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ node_modules/flow-interfaces-chrome/interfaces/
[options]
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
module.ignore_non_literal_requires=true
# Issue with v0.110.0
experimental.disable_live_non_parse_errors=true

[strict]
nonstrict-import
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ npm-debug.log
build/*.js
build/*.js.map
mercurywm-*.zip
.vscode/
Loading

0 comments on commit 19473ec

Please sign in to comment.