lerna: starting point

This commit is contained in:
41666 2019-04-02 23:05:19 -05:00
parent f7e2898633
commit cb0b1d2410
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
17 changed files with 730 additions and 1067 deletions

View file

@ -3,5 +3,5 @@ module.exports = {
'.',
'./ui'
],
ignore: [ './node_modules', './flow-typed' ]
ignore: [ './node_modules', './flow-typed', './ui' ]
}