Skip to content

Commit

Permalink
upgrade to polymer 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nishacodes committed Nov 17, 2014
1 parent 8bd44dd commit 0f260f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"main": "th-google-regions.html",
"dependencies": {
"polymer": "Polymer/polymer#~0.3.5",
"polymer": "Polymer/polymer#~0.5.1",
"th-animated": "https://github.com/thelmanews/th-animated.git",
"google-chart": "GoogleWebComponents/google-chart#master"
}
}
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>th-google-regions Demo</title>

<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="th-google-scatter-bubble.html">

</head>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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.js"></script>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../core-component-page/core-component-page.html">

Expand Down
1 change: 0 additions & 1 deletion th-google-scatter-bubble.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../th-animated/th-animated.html">
<link rel="import" href="../th-theme/th-theme.html">
<link rel="import" href="../google-chart/google-chart.html">

<!--
Expand Down

0 comments on commit 0f260f0

Please sign in to comment.