mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-05 18:33:26 +00:00
4d2ffb9f28
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.
21 lines
324 B
JSON
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"
|
|
}
|