Skip to content

Commit

Permalink
add iron-form integration deps to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Oct 6, 2015
1 parent 07927d1 commit f1a04f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
],
"main": "google-recaptcha.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
"iron-form": "PolymerElements/iron-form#^1.0.9",
"polymer": "Polymer/polymer#^1.0.0",
"iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#~1.0.4",
"iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#~1.0.4"
},
"devDependencies": {
"web-component-tester": "*",
Expand Down

1 comment on commit f1a04f8

@jab
Copy link
Owner Author

@jab jab commented on f1a04f8 Oct 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cbalit et al. Should these dependencies be added to google-recaptcha's bower.json like this? iron-form should only be necessary for the demo of google-recaptcha inside an iron-form.

As for iron-validatable-behavior and iron-form-element-behavior, do you want to keep those out of a pure google-recaptcha implementation, and instead add them to separate, iron-specific implementation(s)? (See here 2nd ¶)

Please sign in to comment.