Skip to content

Commit 04720ed

Browse files
Update mgt-element package.json (#637)
1 parent 90faa5a commit 04720ed

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

packages/mgt-element/package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
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"
@@ -19,15 +30,17 @@
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
}

0 commit comments

Comments
 (0)