Skip to content

Commit f7d2bde

Browse files
committed
Refactored index.ts into 3 sources, tests written in ts, updated samples
1 parent 3f26441 commit f7d2bde

32 files changed

Lines changed: 1074 additions & 837 deletions

browser-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// make MicrosoftGraph globally accessible
22
// MicrosoftGraph.api() can be called directly
3-
window.MicrosoftGraph = require('./lib/index.js');
3+
window.MicrosoftGraph = require('./lib/src/index.js');

0 commit comments

Comments
 (0)