зеркало из https://github.com/microsoft/mso.git
Afoxman/make public (#15)
* make package.json public for beachball to work * disable workspaces since we aren't doing JS development in here * Merge JS scripts package.json into main package.json, since workspaces aren't allowed/desired.
This commit is contained in:
Родитель
f2b09726ea
Коммит
019d8ae67a
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Make package.json public for beachball to work. Remove workspaces since JS coding is not desired in this repo. Merge child workspace package.json files into top-level package.json.",
|
||||
"packageName": "@microsoft/mso",
|
||||
"email": "adam@thefoxmans.net",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-03-31T17:31:35.745Z"
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/mso",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"change": "beachball change",
|
||||
"check": "beachball check",
|
||||
|
@ -18,13 +17,9 @@
|
|||
"url": "git@github.com:microsoft/mso.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"tools/*"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"beachball": "^1.18.4",
|
||||
"clang-format": "1.2.4",
|
||||
"husky": "^3.0.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"name": "@microsoft/mso-scripts",
|
||||
"version": "0.0.1",
|
||||
"description": "Private scripts for development dependencies inside Mso repo",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:microsoft/mso.git",
|
||||
"directory": "tools/scripts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clang-format": "1.2.4"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче