Skip to content

Commit 1902a4f

Browse files
committed
fix(workspace): add missing metadata
1 parent f588bee commit 1902a4f

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,25 @@
7979
"tsickle": "^0.35.0",
8080
"tslint": "~5.15.0",
8181
"typescript": "~3.4.3"
82+
},
83+
"keywords": [
84+
"angular",
85+
"elements",
86+
"web componentst",
87+
"custom elements",
88+
"lazy loading",
89+
"microfrontends",
90+
"components",
91+
"web component"
92+
],
93+
"author": "Tomas Trajan <@tomastrajan>",
94+
"license": "MIT",
95+
"homepage": "https://github.com/angular-extensions/elements#readme",
96+
"repository": {
97+
"type": "git",
98+
"url": "git+https://github.com/angular-extensions/elements.git"
99+
},
100+
"bugs": {
101+
"url": "https://github.com/angular-extensions/elements/issues"
82102
}
83103
}

projects/elements/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,25 @@
77
},
88
"publishConfig": {
99
"access": "public"
10+
},
11+
"keywords": [
12+
"angular",
13+
"elements",
14+
"web componentst",
15+
"custom elements",
16+
"lazy loading",
17+
"microfrontends",
18+
"components",
19+
"web component"
20+
],
21+
"author": "Tomas Trajan <@tomastrajan>",
22+
"license": "MIT",
23+
"homepage": "https://github.com/angular-extensions/elements#readme",
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/angular-extensions/elements.git"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/angular-extensions/elements/issues"
1030
}
1131
}

0 commit comments

Comments
 (0)