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

Side by Side Diff: third_party/polymer/v1_0/components/paper-ripple/.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-ripple", 2 "name": "paper-ripple",
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": "Adds a material design ripple to any container", 5 "description": "Adds a material design ripple to any container",
6 "private": true, 6 "private": true,
7 "authors": [ 7 "authors": [
8 "The Polymer Authors" 8 "The Polymer Authors"
9 ], 9 ],
10 "keywords": [ 10 "keywords": [
(...skipping 19 matching lines...) Expand all
30 "_release": "1.0.0", 30 "_release": "1.0.0",
31 "_resolution": { 31 "_resolution": {
32 "type": "version", 32 "type": "version",
33 "tag": "v1.0.0", 33 "tag": "v1.0.0",
34 "commit": "bcf189cf43bd935dec7a09868988f33a7bdd25fe" 34 "commit": "bcf189cf43bd935dec7a09868988f33a7bdd25fe"
35 }, 35 },
36 "_source": "git://github.com/PolymerElements/paper-ripple.git", 36 "_source": "git://github.com/PolymerElements/paper-ripple.git",
37 "_target": "^1.0.0", 37 "_target": "^1.0.0",
38 "_originalSource": "PolymerElements/paper-ripple" 38 "_originalSource": "PolymerElements/paper-ripple"
39 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698