Giuliano De Luca f1c13aea44 Invitation Manager Updated to version 1.3.0 (#326)
* first commit

* configured the property pane

* readme updated and demo gif  uploaded

* correction

* added author

* add more descriptions

* Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).

* First release

* readme changed

* release date modified

* readme updated

* Updated to version 1.3.0
2017-10-20 09:45:40 -04:00

15 lines
422 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"invitation-manager-bundle": {
"components": [
{
"entrypoint": "./lib/webparts/invitationManager/InvitationManagerWebPart.js",
"manifest": "./src/webparts/invitationManager/InvitationManagerWebPart.manifest.json"
}
]
}
}
}