We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c883374 commit 4b867dbCopy full SHA for 4b867db
package.json
@@ -1,16 +1,25 @@
1
{
2
"name": "@github/elements",
3
+ "version": "1.0.0",
4
"description": "GitHub's Web Component collection.",
5
"keywords": [
6
"element-collection"
7
],
8
+ "homepage": "https://github.com/github/github-elements#readme",
9
+ "bugs": {
10
+ "url": "https://github.com/github/github-elements/issues"
11
+ },
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/github/github-elements.git"
15
},
16
"license": "MIT",
17
+ "author": "",
18
"type": "module",
- "main": "",
19
+ "main": "index.js",
20
+ "workspaces": [
21
+ "relative-time-element"
22
+ ],
23
"scripts": {
24
"generate": "node generate.js"
25
@@ -33,4 +42,4 @@
33
42
"@github/text-expander-element": "*",
34
43
"@github/typing-effect-element": "*"
35
44
}
36
-}
45
+}
0 commit comments