mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 13:26:10 +00:00
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.1.1"
|
|
}
|