manifest.json schema urls updated (#485)

This commit is contained in:
Velin Georgiev 2018-04-27 16:25:27 +01:00 committed by Vesa Juvonen
parent 81e5367231
commit fd4cbe0804
2 changed files with 4 additions and 8 deletions

View File

@ -1,13 +1,11 @@
{
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "d0c6977d-b995-46ff-a246-14ff43495e0e",
"alias": "BroadcasterWebPart",
"componentType": "WebPart",
"version": "*",
"manifestVersion": 2,
"safeWithCustomScriptDisabled": false,
"requiresCustomScript": false,
"preconfiguredEntries": [{
"groupId": "d0c6977d-b995-46ff-a246-14ff43495e0e",
"group": { "default": "Under Development" },

View File

@ -1,13 +1,11 @@
{
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "891b997e-67da-4da3-a6e1-3caf8bb264be",
"alias": "ReceiverWebPart",
"componentType": "WebPart",
"version": "*",
"manifestVersion": 2,
"safeWithCustomScriptDisabled": false,
"requiresCustomScript": false,
"preconfiguredEntries": [{
"groupId": "891b997e-67da-4da3-a6e1-3caf8bb264be",
"group": { "default": "Under Development" },