File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "bin" : {
88 "office365" : " ./dist/index.js" ,
99 "o365" : " ./dist/index.js" ,
10- "o365_comp" : " ./dist/autocomplete.js"
10+ "o365_comp" : " ./dist/autocomplete.js" ,
11+ "microsoft365" : " ./dist/index.js" ,
12+ "m365" : " ./dist/index.js" ,
13+ "m365_comp" : " ./dist/autocomplete.js"
1114 },
1215 "repository" : {
1316 "type" : " git" ,
2528 },
2629 "keywords" : [
2730 " office 365" ,
31+ " microsoft 365" ,
2832 " sharepoint framework" ,
2933 " o365" ,
34+ " m365" ,
3035 " spfx" ,
3136 " sharepoint online" ,
3237 " sharepoint" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Autocomplete {
2323 catch { }
2424 }
2525
26- this . omelette = omelette ( 'o365_comp|o365|office365' ) ;
26+ this . omelette = omelette ( 'o365_comp|o365|office365|m365_comp|m365|microsoft365 ' ) ;
2727 this . omelette . on ( 'complete' , this . handleAutocomplete . bind ( this ) ) ;
2828 this . omelette . init ( ) ;
2929 }
You can’t perform that action at this time.
0 commit comments