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

Side by Side Diff: third_party/polymer/v1_0/components/paper-progress/.bower.json

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake 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": "paper-progress", 2 "name": "paper-progress",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "license": "http://polymer.github.io/LICENSE.txt", 4 "license": "http://polymer.github.io/LICENSE.txt",
5 "description": "A material design progress bar", 5 "description": "A material design progress bar",
6 "authors": "The Polymer Authors", 6 "authors": "The Polymer Authors",
7 "keywords": [ 7 "keywords": [
8 "web-components", 8 "web-components",
9 "polymer", 9 "polymer",
10 "progress" 10 "progress"
(...skipping 21 matching lines...) Expand all
32 "_release": "1.0.0", 32 "_release": "1.0.0",
33 "_resolution": { 33 "_resolution": {
34 "type": "version", 34 "type": "version",
35 "tag": "v1.0.0", 35 "tag": "v1.0.0",
36 "commit": "1bef80a0d4110654b85746e70c006796ce8cdc2c" 36 "commit": "1bef80a0d4110654b85746e70c006796ce8cdc2c"
37 }, 37 },
38 "_source": "git://github.com/PolymerElements/paper-progress.git", 38 "_source": "git://github.com/PolymerElements/paper-progress.git",
39 "_target": "^1.0.0", 39 "_target": "^1.0.0",
40 "_originalSource": "PolymerElements/paper-progress" 40 "_originalSource": "PolymerElements/paper-progress"
41 } 41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698