File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " @microsoft/mgt-element" ,
33 "version" : " 1.0.0" ,
44 "description" : " Microsoft Graph Toolkit base classes" ,
5+ "homepage" : " https://github.com/microsoftgraph/microsoft-graph-toolkit" ,
6+ "bugs" : {
7+ "url" : " https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/microsoftgraph/microsoft-graph-toolkit"
12+ },
13+ "author" : " Microsoft" ,
14+ "license" : " MIT" ,
515 "main" : " ./dist/index.js" ,
616 "types" : " ./dist/index.d.ts" ,
17+ "module" : " ./dist/index.js" ,
718 "files" : [
819 " dist" ,
920 " src"
1930 "postpack" : " cpx *.tgz ../../artifacts" ,
2031 "prepack" : " shx rm -rf *.tgz && npm run build"
2132 },
22- "author" : " Microsoft" ,
23- "license" : " MIT" ,
2433 "dependencies" : {
25- "@microsoft/microsoft-graph-client" : " ^2.0.0"
34+ "@microsoft/microsoft-graph-client" : " ^2.0.0" ,
35+ "lit-element" : " ^2.3.1"
2636 },
2737 "devDependencies" : {
2838 "cpx" : " ^1.5.0" ,
2939 "shx" : " ^0.3.2" ,
3040 "tslint" : " ^5.20.1" ,
3141 "typescript" : " ^3.7.5"
42+ },
43+ "publishConfig" : {
44+ "directory" : " dist"
3245 }
3346}
You can’t perform that action at this time.
0 commit comments