Skip to content

Commit

Permalink
Merge pull request #6 from scriptoLLC/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
toddself authored Jun 21, 2017
2 parents fd2f780 + 8ea2f2b commit 98be0ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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)
}

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"dependencies": {
"babel-preset-env": "^1.5.2",
"babelify": "^7.3.0",
"bel": "^4.6.0",
"bel": "^5.0.0",
"yo-yoify": "^3.7.3"
},
"devDependencies": {
"@scriptollc/app-entry": "^1.0.1",
"bankai": "^7.6.1",
"bankai": "^8.1.1",
"browserify": "^14.3.0",
"browserify-istanbul": "github:toddself/browserify-istanbul#strip-base-path",
"istanbul": "^0.4.5",
"nanobus": "^4.0.0",
"opener": "^1.4.3",
"run-series": "^1.1.4",
"standard": "^8.6.0",
"standard": "^10.0.2",
"tape": "^4.6.3",
"tape-istanbul": "^1.1.1",
"tape-run": "^3.0.0"
Expand Down

0 comments on commit 98be0ab

Please sign in to comment.