File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
"module" : " template-shadowroot.js" ,
7
7
"browser" : true ,
8
8
"type" : " module" ,
9
+ "publishConfig" : {
10
+ "access" : " public"
11
+ },
9
12
"scripts" : {
10
13
"build" : " tsc --build && rollup --config rollup.config.js" ,
11
14
"test" : " karma start karma.conf.cjs --single-run" ,
18
21
],
19
22
"repository" : {
20
23
"type" : " git" ,
21
- "url" : " git+https://github.com/webcomponents/template-attach-shadow .git"
24
+ "url" : " git+https://github.com/webcomponents/template-shadowroot .git"
22
25
},
23
26
"keywords" : [],
24
27
"author" : " The Polymer Authors" ,
25
28
"license" : " BSD-3-Clause" ,
26
29
"bugs" : {
27
- "url" : " https://github.com/webcomponents/template-attach-shadow /issues"
30
+ "url" : " https://github.com/webcomponents/template-shadowroot /issues"
28
31
},
29
- "homepage" : " https://github.com/webcomponents/template-attach-shadow #readme" ,
32
+ "homepage" : " https://github.com/webcomponents/template-shadowroot #readme" ,
30
33
"devDependencies" : {
31
34
"@open-wc/karma-esm" : " ^2.13.14" ,
32
35
"@types/jasmine" : " ^3.5.8" ,
You can’t perform that action at this time.
0 commit comments