gl-react/lerna.json
Gaëtan Renaudeau bb72706be4 make gl-react working with if gl-react lib is duplicated
we need that because lerna don't always allow us to dedup (because symlinks). it's ok for the cookbooks/tests but it will be up to user to dedup anyway.
+ fix gl-react for latest yarn/npm. comment symlinks undo script
+ cookbook-rn & cookbook-expo will probably need to be fixed because don't support symlinks... however, the old way to undo this don't work.
2017-09-28 17:30:40 +02:00

7 lines
99 B
JSON

{
"lerna": "2.2.0",
"version": "3.13.0",
"npmClient": "yarn",
"packages": ["packages/*"]
}