You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Microsoft Graph JavaScript SDK is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph typings](https://github.com/microsoftgraph/msgraph-typescript-typings) with this SDK.
5
+
The Microsoft Graph JavaScript SDK is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this SDK.
6
6
7
7
> This SDK is currently in preview and we would love to hear your feedback! You can file an issue in this repository or write on our [uservoice page](https://officespdev.uservoice.com/). We're also trying to add more intellisense support beyond the current typings so we're also especially interested in feedback on the [Microsoft Graph TypeScript Typings](https://github.com/microsoftgraph/msgraph-typescript-typings).
8
8
@@ -314,7 +314,7 @@ These steps are not required to use this SDK.
314
314
315
315
```npm run build``` generates lib/ files for node and browser versions.
316
316
317
-
```npm pack``` bundles the npm module. This will automatically run ```typings install```.
317
+
```npm pack``` bundles the npm module.
318
318
319
319
```npm test``` runs tests.
320
320
@@ -334,7 +334,7 @@ Please see the [contributing guidelines](CONTRIBUTING.md).
0 commit comments