Laura Kokkarinen 4e4c3ea22f Js public unjoined teams (#779)
* Added a web part that lists all the public teams the current user is not a member of yet.

* Update README.md
2019-02-09 12:23:15 +02:00

19 lines
568 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"public-unjoined-teams-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/publicUnjoinedTeams/PublicUnjoinedTeamsWebPart.js",
"manifest": "./src/webparts/publicUnjoinedTeams/PublicUnjoinedTeamsWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"PublicUnjoinedTeamsWebPartStrings": "lib/webparts/publicUnjoinedTeams/loc/{locale}.js"
}
}