File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @github/elements" ,
3
+ "version" : " 1.0.0" ,
3
4
"description" : " GitHub's Web Component collection." ,
4
5
"keywords" : [
5
6
" element-collection"
6
7
],
8
+ "homepage" : " https://github.com/github/github-elements#readme" ,
9
+ "bugs" : {
10
+ "url" : " https://github.com/github/github-elements/issues"
11
+ },
7
12
"repository" : {
8
13
"type" : " git" ,
9
14
"url" : " git+https://github.com/github/github-elements.git"
10
15
},
11
16
"license" : " MIT" ,
17
+ "author" : " " ,
12
18
"type" : " module" ,
13
- "main" : " " ,
19
+ "main" : " index.js" ,
20
+ "workspaces" : [
21
+ " relative-time-element"
22
+ ],
14
23
"scripts" : {
15
24
"generate" : " node generate.js"
16
25
},
33
42
"@github/text-expander-element" : " *" ,
34
43
"@github/typing-effect-element" : " *"
35
44
}
36
- }
45
+ }
You can’t perform that action at this time.
0 commit comments