mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
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.
7 lines
99 B
JSON
7 lines
99 B
JSON
{
|
|
"lerna": "2.2.0",
|
|
"version": "3.13.0",
|
|
"npmClient": "yarn",
|
|
"packages": ["packages/*"]
|
|
}
|