From dc671d7d576c66e014ada2eb1e9e98190fd8865d Mon Sep 17 00:00:00 2001 From: Joel Rodrigues <19577724+joelfmrodrigues@users.noreply.github.com> Date: Mon, 2 Nov 2020 13:57:17 +0000 Subject: [PATCH] Fix package-solution error --- .../js-workbench-customizer/config/package-solution.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samples/js-workbench-customizer/config/package-solution.json b/samples/js-workbench-customizer/config/package-solution.json index 1419acc56..3c8b331b6 100644 --- a/samples/js-workbench-customizer/config/package-solution.json +++ b/samples/js-workbench-customizer/config/package-solution.json @@ -5,7 +5,14 @@ "id": "5d6f4a5a-9d2b-4a93-a283-16b8f5ea75d6", "version": "1.5.0.0", "includeClientSideAssets": true, - "skipFeatureDeployment": true + "skipFeatureDeployment": true, + "developer": { + "name": "Contoso", + "privacyUrl": "https://contoso.com/privacy", + "termsOfUseUrl": "https://contoso.com/terms-of-use", + "websiteUrl": "https://contoso.com/my-app", + "mpnId": "000000" + } }, "paths": { "zippedPackage": "solution/workbench-customizer.sppkg"