preserves/implementations/javascript/lerna.json

7 lines
109 B
JSON
Raw Normal View History

{
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
}