mirror of https://github.com/embarklabs/embark.git
21 lines
331 B
JSON
21 lines
331 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.0-beta.0"
|
||
|
}
|