Skip to content

Commit

Permalink
removed core-elements from bower dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mattybow committed Mar 24, 2015
1 parent 6b43103 commit 3944849
Show file tree
Hide file tree
Showing 22 changed files with 776 additions and 10 deletions.
17 changes: 13 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gfy-cat",
"version": "0.0.0",
"version": "0.0.4",
"description": "displaying a gif src as a html5 video element through polymer webcomponent",
"license": "MIT",
"authors": [
Expand All @@ -20,12 +20,21 @@
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#^0.4.1",
"core-elements": "Polymer/core-elements#~0.4.2"
"polymer": "Polymer/polymer#^0.4.1"
},
"devDependencies": {
"bootstrap": "~3.2.0",
"modernizr": "~2.8.3",
"x-gif": "~0.1.1"
"x-gif": "~0.1.1",
"paper-elements": "Polymer/paper-elements#~0.5.5"
},
"resolutions": {
"polymer": "^0.5",
"core-component-page": "^0.5",
"core-icon": "^0.5",
"core-iconset": "^0.5",
"core-meta": "^0.5",
"core-icons": "^0.5",
"core-iconset-svg": "^0.5"
}
}
2 changes: 1 addition & 1 deletion dist/gfy-cat.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../core-ajax/core-ajax.html">
<link rel="import" href="../../src/core-ajax/core-ajax.html">
<link rel="import" href="playpause-svg.html">
<polymer-element name="gfy-cat" attributes="src gfyName width color fill strokeWidth ntimes loop">
<template>
Expand Down
6 changes: 2 additions & 4 deletions gfy-cat-demo.vulcanized.html

Large diffs are not rendered by default.

Binary file added images/Screen Shot 2014-11-01 at 3.10.54 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/code.afdesign
Binary file not shown.
Binary file modified images/gfycat-polymer.afdesign
Binary file not shown.
Binary file added images/gfycat.afdesign
Binary file not shown.
Binary file modified images/perf.afdesign
Binary file not shown.
21 changes: 21 additions & 0 deletions src/core-ajax/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "core-ajax",
"private": true,
"dependencies": {
"polymer": "Polymer/polymer#^0.4.0"
},
"devDependencies": {
"polymer-test-tools": "Polymer/polymer-test-tools#master"
},
"homepage": "https://github.com/Polymer/core-ajax",
"version": "0.4.2",
"_release": "0.4.2",
"_resolution": {
"type": "version",
"tag": "0.4.2",
"commit": "e3e62c060b105bedd975f440ddec1f933bd8bec5"
},
"_source": "git://github.com/Polymer/core-ajax.git",
"_target": "^0.4.0",
"_originalSource": "Polymer/core-ajax"
}
4 changes: 4 additions & 0 deletions src/core-ajax/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
core-ajax
=========

See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-ajax) for more information.
10 changes: 10 additions & 0 deletions src/core-ajax/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "core-ajax",
"private": true,
"dependencies": {
"polymer": "Polymer/polymer#^0.4.0"
},
"devDependencies": {
"polymer-test-tools": "Polymer/polymer-test-tools#master"
}
}
Loading

0 comments on commit 3944849

Please sign in to comment.