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

Side by Side Diff: third_party/polymer/v1_0/components/iron-form-element-behavior/.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": "iron-form-element-behavior", 2 "name": "iron-form-element-behavior",
3 "version": "1.0.1", 3 "version": "1.0.1",
4 "license": "http://polymer.github.io/LICENSE.txt", 4 "license": "http://polymer.github.io/LICENSE.txt",
5 "private": true, 5 "private": true,
6 "main": "iron-form-element-behavior", 6 "main": "iron-form-element-behavior",
7 "authors": "The Polymer Authors", 7 "authors": "The Polymer Authors",
8 "description": "Enables a custom element to be included in an iron-form", 8 "description": "Enables a custom element to be included in an iron-form",
9 "keywords": [ 9 "keywords": [
10 "web-components", 10 "web-components",
(...skipping 17 matching lines...) Expand all
28 "_release": "1.0.1", 28 "_release": "1.0.1",
29 "_resolution": { 29 "_resolution": {
30 "type": "version", 30 "type": "version",
31 "tag": "v1.0.1", 31 "tag": "v1.0.1",
32 "commit": "f386143e866c320025589f3d79798c12103377a4" 32 "commit": "f386143e866c320025589f3d79798c12103377a4"
33 }, 33 },
34 "_source": "git://github.com/PolymerElements/iron-form-element-behavior.git", 34 "_source": "git://github.com/PolymerElements/iron-form-element-behavior.git",
35 "_target": "^1.0.0", 35 "_target": "^1.0.0",
36 "_originalSource": "PolymerElements/iron-form-element-behavior" 36 "_originalSource": "PolymerElements/iron-form-element-behavior"
37 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698