Skip to content

Commit 5b71275

Browse files
authored
Merge pull request #4 from andrewconnell/fy2019q1-qarefresh
Applied refresh for Fy2019Q1, updated for GA SPFx Graph Support
2 parents 49342fe + 43fbd34 commit 5b71275

File tree

69 files changed

+16469
-16546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+16469
-16546
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ obj
3030

3131
# Styles Generated Code
3232
*.scss.ts
33+
34+
.vscode/

03 graph.pptx

60 Bytes
Binary file not shown.

Demos/01-personal-info/.vscode/extensions.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

Demos/01-personal-info/.vscode/launch.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

Demos/01-personal-info/.vscode/settings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

Demos/01-personal-info/.yo-rc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"@microsoft/generator-sharepoint": {
3-
"plusBeta": true,
43
"isCreatingSolution": true,
54
"environment": "spo",
6-
"version": "1.5.1",
5+
"version": "1.6.0",
76
"libraryName": "ms-graph-sp-fx",
8-
"libraryId": "dfb230b7-4f61-431f-9b65-a34e83922663",
7+
"libraryId": "129c8ccd-4dea-4b50-9a4d-96e04563ccd7",
98
"packageManager": "npm",
109
"componentType": "webpart"
1110
}

Demos/01-personal-info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this demo you will show a new SPFx project with a single client-side web part
88
1. Execute the following command to download all necessary dependencies
99

1010
```shell
11-
npm instal
11+
npm install
1212
```
1313

1414
1. Create the SharePoint package for deployment:

Demos/01-personal-info/config/package-solution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
33
"solution": {
44
"name": "ms-graph-sp-fx-client-side-solution",
5-
"id": "dfb230b7-4f61-431f-9b65-a34e83922663",
5+
"id": "129c8ccd-4dea-4b50-9a4d-96e04563ccd7",
66
"version": "1.0.0.0",
77
"includeClientSideAssets": true,
88
"webApiPermissionRequests": [

Demos/01-personal-info/config/tslint.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)