This website requires JavaScript.
Explore
Help
Sign In
status-im
/
metro
mirror of
https://github.com/status-im/metro.git
Watch
2
Star
0
Fork
You've already forked metro
0
Code
Issues
Projects
Releases
Wiki
Activity
b5d123a99c
metro
/
lerna.json
7 lines
94 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial repository structure.
2017-01-26 12:56:40 +00:00
{
Update Flow and Lerna for the Metro repo Summary: I'm working on getting CI to pass. As a first step, I'll upgrade the lerna setup to use Yarn's workspaces (when yarn is run from the Metro root) as well as upgrading Flow to the same version we use in xplat. I also copied over the Jest type definitions. This should fix all type errors for a start. Reviewed By: davidaurelio Differential Revision: D6361276 fbshipit-source-id: 4e8661b7d5fe4e3f6dd1e6923891bd2d23c9b4db
2017-11-18 08:55:31 +00:00
"lerna"
:
"2.4.0"
,
Bump metro to v0.24.4 Reviewed By: mjesun Differential Revision: D6711855 fbshipit-source-id: 88192d22a8b50f16ad329b6dfdb7c5da24b2ce9e
2018-01-12 17:09:04 +00:00
"version"
:
"0.24.4"
,
Use Yarn with lerna.
2017-03-01 11:01:24 +00:00
"npmClient"
:
"yarn"
,
Update Flow and Lerna for the Metro repo Summary: I'm working on getting CI to pass. As a first step, I'll upgrade the lerna setup to use Yarn's workspaces (when yarn is run from the Metro root) as well as upgrading Flow to the same version we use in xplat. I also copied over the Jest type definitions. This should fix all type errors for a start. Reviewed By: davidaurelio Differential Revision: D6361276 fbshipit-source-id: 4e8661b7d5fe4e3f6dd1e6923891bd2d23c9b4db
2017-11-18 08:55:31 +00:00
"useWorkspaces"
:
true
Initial repository structure.
2017-01-26 12:56:40 +00:00
}