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

Side by Side Diff: third_party/polymer/v0_8/components/polymer/.bower.json

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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": "polymer", 2 "name": "polymer",
3 "version": "1.0.2", 3 "version": "1.0.2",
4 "main": [ 4 "main": [
5 "polymer.html" 5 "polymer.html"
6 ], 6 ],
7 "license": "http://polymer.github.io/LICENSE.txt", 7 "license": "http://polymer.github.io/LICENSE.txt",
8 "ignore": [ 8 "ignore": [
9 "/.*", 9 "/.*",
10 "/test/" 10 "/test/"
(...skipping 16 matching lines...) Expand all
27 "_release": "1.0.2", 27 "_release": "1.0.2",
28 "_resolution": { 28 "_resolution": {
29 "type": "version", 29 "type": "version",
30 "tag": "v1.0.2", 30 "tag": "v1.0.2",
31 "commit": "63f3bf1babfeaba5649345569b1bd9f3d61a88ae" 31 "commit": "63f3bf1babfeaba5649345569b1bd9f3d61a88ae"
32 }, 32 },
33 "_source": "git://github.com/Polymer/polymer.git", 33 "_source": "git://github.com/Polymer/polymer.git",
34 "_target": "~v1.0.0", 34 "_target": "~v1.0.0",
35 "_originalSource": "Polymer/polymer" 35 "_originalSource": "Polymer/polymer"
36 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698