Skip to content
Snippets Groups Projects
Unverified Commit 5f09f0bb authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix typo, url and publish on npmjs

parent dcd4d7b1
No related branches found
No related tags found
No related merge requests found
Pipeline #15224 failed
# Provider Web Component # Provider Web Component
[GitLab Repository](git@gitlab.tugraz.at:dbp/web-components/toolkit.git) [GitLab Repository](https://gitlab.tugraz.at/dbp/web-components/toolkit)
You can install this component via npm: You can install this component via npm:
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true,
"repository": { "repository": {
"type" : "git", "type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git", "url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
......
...@@ -49,7 +49,7 @@ class ProviderDemo extends ScopedElementsMixin(LitElement) { ...@@ -49,7 +49,7 @@ class ProviderDemo extends ScopedElementsMixin(LitElement) {
render() { render() {
return html` return html`
<section class="section"> <section class="section">
<p>Provider <em>"root"</em> is the top most in hirachy:</p> <p>Provider <em>"root"</em> is the top most in hierarchy:</p>
<dbp-provider id="root" <dbp-provider id="root"
init="availability=global" init="availability=global"
></dbp-provider> ></dbp-provider>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment