* 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:
Adam Foxman 2020-03-31 11:05:50 -07:00 коммит произвёл GitHub
Родитель f2b09726ea
Коммит 019d8ae67a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 21 удалений

Просмотреть файл

@ -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"
}
}