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

Commit

Permalink
Updates for Polymer 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Nov 17, 2014
1 parent 2149e02 commit e69f9c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "google-youtube-upload",
"version": "0.0.2",
"version": "1.0.0",
"description": "Upload videos to YouTube from your browser.",
"homepage": "https://googlewebcomponents.github.io/google-youtube-upload",
"main": "google-youtube-upload.html",
"authors": [
"Jeff Posnick <jeffy@google.com>"
],
"license": "Apache2",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
Expand All @@ -25,9 +25,9 @@
"web-component"
],
"dependencies": {
"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"
"cors-upload-sample": "googledrive/cors-upload-sample#master",
"google-signin": "GoogleWebComponents/google-signin#~0.2.0",
"google-youtube": "GoogleWebComponents/google-youtube#~1.0.1",
"polymer": "Polymer/polymer#^0.5.1"
}
}
5 changes: 2 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>google-youtube-upload Demo</title>
<script src="../platform/platform.js"></script>
<link rel="import" href="../polymer/polymer.html">
<title>&lt;google-youtube-upload&gt; Demo</title>
<script src="../webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="../google-youtube/google-youtube.html">
<link rel="import" href="google-youtube-upload.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="../core-component-page/core-component-page.html">
</head>
<body unresolved>
Expand Down

0 comments on commit e69f9c3

Please sign in to comment.