Skip to content

Commit 4b867db

Browse files
committed
add additional package metadata
1 parent c883374 commit 4b867db

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"name": "@github/elements",
3+
"version": "1.0.0",
34
"description": "GitHub's Web Component collection.",
45
"keywords": [
56
"element-collection"
67
],
8+
"homepage": "https://github.com/github/github-elements#readme",
9+
"bugs": {
10+
"url": "https://github.com/github/github-elements/issues"
11+
},
712
"repository": {
813
"type": "git",
914
"url": "git+https://github.com/github/github-elements.git"
1015
},
1116
"license": "MIT",
17+
"author": "",
1218
"type": "module",
13-
"main": "",
19+
"main": "index.js",
20+
"workspaces": [
21+
"relative-time-element"
22+
],
1423
"scripts": {
1524
"generate": "node generate.js"
1625
},
@@ -33,4 +42,4 @@
3342
"@github/text-expander-element": "*",
3443
"@github/typing-effect-element": "*"
3544
}
36-
}
45+
}

0 commit comments

Comments
 (0)