embark/lerna.json
Iuri Matias 4d2ffb9f28 [CHERRY PICKED] chore(release): 4.0.1
This commit has been originally cherry-picked from d0d89fc5ae4663c27e4b6b5c9cfcf1b47e645d6e and
slightly modified to update all packages, as meanwhile, new packages have been added to `master`.

The reason this commit is cherry-picked from `4.0.x` branch is because
it wasn't created from `master`.

Purpose is mainly to update `CHANGELOG` and get the package versions in sync again.
2019-04-10 12:18:35 +02:00

21 lines
324 B
JSON

{
"command": {
"add": {
"exact": true
},
"publish": {
"ignoreChanges": [
"*.md"
],
"npmClient": "npm",
"registry": "https://registry.npmjs.org/"
},
"run": {
"npmClient": "npm"
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.0.1"
}