Skip to content

Commit

Permalink
docs(readme): add Greenkeeper badge
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and toddself committed Jun 21, 2017
1 parent 68da581 commit 8ea2f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# form-elements

[![Greenkeeper badge](https://badges.greenkeeper.io/scriptoLLC/form-elements.svg?token=32f7c3eae55949fb5be85d675d35261d721a31f4e4d4f343cc2b665f8ce5f885&ts=1498057801104)](https://greenkeeper.io/)
[![CircleCI](https://circleci.com/gh/scriptoLLC/form-elements.svg?style=svg&circle-token=eb06e1385fe4eb07f3e0da106a4dd9f856aa403b)](https://circleci.com/gh/scriptoLLC/form-elements)

A collection of form elements.
Expand Down
1 change: 0 additions & 1 deletion input-el.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ function input (type, handler, value, inputOpts) {

return applyOpts.opts($inputEl, inputOpts)
}

0 comments on commit 8ea2f2b

Please sign in to comment.