[Project] Fixed element name

This commit is contained in:
Robert von Burg 2017-01-06 11:51:44 +01:00
parent 4bab5ffb53
commit 9d478c3539
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth",
"version": "0.1.0",
"version": "0.1.1",
"authors": "Robert von Burg",
"keywords": [
"strolch",

View File

@ -10,7 +10,7 @@
<link rel="import" href="c-icons.html">
<dom-module id="c-auth">
<dom-module id="strolch-wc-auth">
<template>
@ -174,7 +174,7 @@
Polymer({
is: 'c-auth',
is: 'strolch-wc-auth',
properties: {
app: {