Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from GoogleWebComponents/polymer-0.4.0-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
ebidel committed Sep 2, 2014
2 parents 54f8292 + 6742cd3 commit 2149e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "google-youtube-upload",
"version": "0.0.1",
"version": "0.0.2",
"description": "Upload videos to YouTube from your browser.",
"homepage": "https://github.com/googlewebcomponents/google-youtube-upload",
"homepage": "https://googlewebcomponents.github.io/google-youtube-upload",
"main": "google-youtube-upload.html",
"authors": [
"Jeff Posnick <jeffy@google.com>"
Expand All @@ -25,9 +25,9 @@
"web-component"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.3",
"google-signin": "GoogleWebComponents/google-signin#~0.0.7",
"google-youtube": "GoogleWebComponents/google-youtube#~0.0.2",
"cors-upload-sample": "jeffposnick/cors-upload-sample#master"
"cors-upload-sample": "jeffposnick/cors-upload-sample#master",
"google-signin": "GoogleWebComponents/google-signin#~0.1.0",
"google-youtube": "GoogleWebComponents/google-youtube#~0.0.5",
"polymer": "Polymer/polymer#>=0.4.0 <1.0.0"
}
}
14 changes: 1 addition & 13 deletions google-youtube-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@element google-youtube-upload
@blurb Element enabling you to upload videos to YouTube.
@status alpha
@homepage http://googlewebcomponents.github.io/google-youtube-upload
@homepage https://googlewebcomponents.github.io/google-youtube-upload
-->
<polymer-element name="google-youtube-upload" attributes="auto videoTitle clientId description tags categoryId privacyStatus videoId">
<template>
Expand Down Expand Up @@ -172,8 +172,6 @@
/**
* Whether files should be automatically uploaded.
*
* Defaults to false.
*
* @attribute auto
* @type boolean
* @default false
Expand All @@ -191,8 +189,6 @@
/**
* The title for the new YouTube video.
*
* Defaults to 'Untitled Video'.
*
* @attribute title
* @type string
* @default 'Untitled Video'
Expand All @@ -202,8 +198,6 @@
/**
* The description for the new YouTube video.
*
* Defaults to 'Uploaded via a web component! Check out https://github.com/GoogleWebComponents/google-youtube-upload'.
*
* @attribute description
* @type string
* @default 'Uploaded via a web component! Check out https://github.com/GoogleWebComponents/google-youtube-upload'
Expand All @@ -213,8 +207,6 @@
/**
* The array of tags for the new YouTube video.
*
* Defaults to `['google-youtube-upload']`.
*
* @attribute tags
* @type Array.<string>
* @default ['google-youtube-upload']
Expand All @@ -225,8 +217,6 @@
* The numeric YouTube
* [cateogry id](https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.videoCategories.list?part=snippet&regionCode=us).
*
* Defaults to `22` ("People & Blogs").
*
* @attribute categoryId
* @type number
* @default 22
Expand All @@ -239,8 +229,6 @@
*
* Valid values are 'public', 'private', and 'unlisted'.
*
* Defaults to 'public'.
*
* @attribute privacyStatus
* @type string
* @default 'public'
Expand Down

0 comments on commit 2149e02

Please sign in to comment.