1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

move tv data

This commit is contained in:
Luke Pulverenti 2015-09-29 12:29:06 -04:00
parent 09c7da7d48
commit 68e71b78db
17 changed files with 121 additions and 79 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iron-menu-behavior",
"version": "1.0.4",
"version": "1.0.5",
"description": "Provides accessible menu behavior",
"authors": "The Polymer Authors",
"keywords": [
@ -9,7 +9,10 @@
"behavior",
"menu"
],
"main": "iron-menu-behavior.html",
"main": [
"iron-menu-behavior.html",
"iron-menubar-behavior.html"
],
"private": true,
"repository": {
"type": "git",
@ -30,11 +33,11 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"_release": "1.0.4",
"_release": "1.0.5",
"_resolution": {
"type": "version",
"tag": "v1.0.4",
"commit": "4ea050f534e5c418f901d432116762d0c7cb65dd"
"tag": "v1.0.5",
"commit": "f06af97a224fcb2098f4a0229ec2500350d4ccf0"
},
"_source": "git://github.com/polymerelements/iron-menu-behavior.git",
"_target": "^1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "iron-menu-behavior",
"version": "1.0.4",
"version": "1.0.5",
"description": "Provides accessible menu behavior",
"authors": "The Polymer Authors",
"keywords": [
@ -9,7 +9,10 @@
"behavior",
"menu"
],
"main": "iron-menu-behavior.html",
"main": [
"iron-menu-behavior.html",
"iron-menubar-behavior.html"
],
"private": true,
"repository": {
"type": "git",