[Fix] Fixed import paths

This commit is contained in:
Robert von Burg 2019-03-11 13:07:33 +01:00
parent bb0c7facad
commit 86ad28303e
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-ws-observer",
"description": "Strolch Polymer WebSocket observer update handler extension",
"version": "0.1.0",
"version": "0.1.1",
"authors": [
"Robert von Burg"
],

View File

@ -1,5 +1,4 @@
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/iron-ajax/iron-ajax.html">
<link rel="import" href="../polymer.html">
<dom-module id="strolch-wc-ws-observer">
<template>