Skip to content

Commit c57addc

Browse files
committed
Mark as public and update URLs.
1 parent d25202c commit c57addc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"module": "template-shadowroot.js",
77
"browser": true,
88
"type": "module",
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"scripts": {
1013
"build": "tsc --build && rollup --config rollup.config.js",
1114
"test": "karma start karma.conf.cjs --single-run",
@@ -18,15 +21,15 @@
1821
],
1922
"repository": {
2023
"type": "git",
21-
"url": "git+https://github.com/webcomponents/template-attach-shadow.git"
24+
"url": "git+https://github.com/webcomponents/template-shadowroot.git"
2225
},
2326
"keywords": [],
2427
"author": "The Polymer Authors",
2528
"license": "BSD-3-Clause",
2629
"bugs": {
27-
"url": "https://github.com/webcomponents/template-attach-shadow/issues"
30+
"url": "https://github.com/webcomponents/template-shadowroot/issues"
2831
},
29-
"homepage": "https://github.com/webcomponents/template-attach-shadow#readme",
32+
"homepage": "https://github.com/webcomponents/template-shadowroot#readme",
3033
"devDependencies": {
3134
"@open-wc/karma-esm": "^2.13.14",
3235
"@types/jasmine": "^3.5.8",

0 commit comments

Comments
 (0)