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
c955b65b22
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.25.1 Reviewed By: cpojer Differential Revision: D6924028 fbshipit-source-id: f643bd912b201a5333778f124b0c21acf84814df
2018-02-07 17:20:17 +00:00
"version"
:
"0.25.1"
,
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
}