File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// when using the npm module, use the following syntax
2- // var MicrosoftGraph = require("msgraph-sdk-javascript ").Client;
2+ // var MicrosoftGraph = require("@microsoft/microsoft-graph-client ").Client;
33
44// for fast development, simply require the generated lib without bundling the npm module
55
Original file line number Diff line number Diff line change 22
33const secrets = require ( "../node/secrets" ) ;
44
5- // production apps should import from "msgraph-sdk-javascript "; to grab the NPM module with the types declarations
5+ // production apps should import from "@microsoft/microsoft-graph-client "; to grab the NPM module with the types declarations
66
77import { Client as GraphClient } from "../../lib/src/index" ;
88
You can’t perform that action at this time.
0 commit comments