Skip to content

Commit 313d0aa

Browse files
authored
Merge pull request #38 from microsoftgraph/windows-iana
Update windows-iana
2 parents 80f2186 + c152e2f commit 313d0aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/graph-tutorial/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/graph-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"moment-timezone": "^0.5.33",
2929
"rxjs": "~6.6.0",
3030
"tslib": "^2.0.0",
31-
"windows-iana": "^4.2.1",
31+
"windows-iana": "^5.0.2",
3232
"zone.js": "~0.11.3"
3333
},
3434
"devDependencies": {

tutorial/02-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before moving on, install some additional packages that you will use later:
4141
```Shell
4242
npm install [email protected] @ng-bootstrap/[email protected]
4343
npm install @azure/[email protected] @azure/[email protected]
44-
44+
4545
npm install @microsoft/[email protected] @microsoft/[email protected]
4646
```
4747

0 commit comments

Comments
 (0)