Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: third_party/polymer/v0_8/components/iron-flex-layout/.bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "iron-flex-layout", 2 "name": "iron-flex-layout",
3 "version": "1.0.1",
4 "description": "Provide flexbox-based layouts",
5 "keywords": [
6 "web-components",
7 "polymer",
8 "layout"
9 ],
3 "private": true, 10 "private": true,
11 "license": "http://polymer.github.io/LICENSE.txt",
12 "authors": [
13 "The Polymer Authors"
14 ],
4 "dependencies": { 15 "dependencies": {
5 "polymer": "Polymer/polymer#v0.8.0-rc.7" 16 "polymer": "Polymer/polymer#^1.0.0"
6 }, 17 },
7 "devDependencies": { 18 "devDependencies": {
8 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0" 19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
9 }, 20 },
10 "homepage": "https://github.com/polymerelements/iron-flex-layout", 21 "homepage": "https://github.com/PolymerElements/iron-flex-layout",
11 "version": "0.8.1", 22 "_release": "1.0.1",
12 "_release": "0.8.1",
13 "_resolution": { 23 "_resolution": {
14 "type": "version", 24 "type": "version",
15 "tag": "v0.8.1", 25 "tag": "v1.0.1",
16 "commit": "c7678c31bedb48fc141d33b1ce006e01d2958123" 26 "commit": "8828cc6ad1bb70d6a99aa1ecabc070b30256da06"
17 }, 27 },
18 "_source": "git://github.com/polymerelements/iron-flex-layout.git", 28 "_source": "git://github.com/PolymerElements/iron-flex-layout.git",
19 "_target": "^0.8.0", 29 "_target": "^1.0.0",
20 "_originalSource": "polymerelements/iron-flex-layout" 30 "_originalSource": "PolymerElements/iron-flex-layout"
21 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698