Skip to content
Snippets Groups Projects
Commit 76551afd authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Merge branch 'master' of gitlab.tugraz.at:VPU/WebComponents/Auth

parent 0b1f344f
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"vpu-common": "*" "vpu-common": "*"
}, },
"scripts": { "scripts": {
"setup": "cd node_modules; ln -sfn ../vendor/common vpu-common", "setup": "mkdir -p node_modules && cd node_modules && ln -sfn ../vendor/common vpu-common",
"clean": "rm dist/*", "clean": "rm dist/*",
"build": "npm run build-local", "build": "npm run build-local",
"build-local": "rollup -c", "build-local": "rollup -c",
......
...@@ -2,7 +2,7 @@ import utils from './utils.js'; ...@@ -2,7 +2,7 @@ import utils from './utils.js';
import {i18n} from './i18n.js'; import {i18n} from './i18n.js';
import {html, LitElement} from 'lit-element'; import {html, LitElement} from 'lit-element';
class LibraryShelving extends LitElement { class AuthDemo extends LitElement {
constructor() { constructor() {
super(); super();
this.lang = 'de'; this.lang = 'de';
...@@ -40,4 +40,4 @@ class LibraryShelving extends LitElement { ...@@ -40,4 +40,4 @@ class LibraryShelving extends LitElement {
} }
} }
customElements.define('vpu-auth-demo', LibraryShelving); customElements.define('vpu-auth-demo', AuthDemo);
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