From 019d8ae67ab703570aa5db88945b093718ed7fa1 Mon Sep 17 00:00:00 2001 From: Adam Foxman Date: Tue, 31 Mar 2020 11:05:50 -0700 Subject: [PATCH] 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. --- ...o-2020-03-31-10-31-35-afoxman-make-public.json | 8 ++++++++ package.json | 7 +------ tools/scripts/package.json | 15 --------------- 3 files changed, 9 insertions(+), 21 deletions(-) create mode 100644 change/@microsoft-mso-2020-03-31-10-31-35-afoxman-make-public.json delete mode 100644 tools/scripts/package.json diff --git a/change/@microsoft-mso-2020-03-31-10-31-35-afoxman-make-public.json b/change/@microsoft-mso-2020-03-31-10-31-35-afoxman-make-public.json new file mode 100644 index 0000000..b90f0a5 --- /dev/null +++ b/change/@microsoft-mso-2020-03-31-10-31-35-afoxman-make-public.json @@ -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" +} \ No newline at end of file diff --git a/package.json b/package.json index cad9517..dbffc97 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/tools/scripts/package.json b/tools/scripts/package.json deleted file mode 100644 index 7f2106e..0000000 --- a/tools/scripts/package.json +++ /dev/null @@ -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" - } -}