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
e4b1e773b1
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@0.26.0 Reviewed By: cpojer Differential Revision: D6976161 fbshipit-source-id: 0cf20f4b2372997a8aac41cc07a9bdd641a93ad4
2018-02-13 15:04:00 +00:00
"version"
:
"0.26.0"
,
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
}