Skip to content

Commit

Permalink
chore: update dependencies to enable Greenkeeper 🌴 (carbon-design-sys…
Browse files Browse the repository at this point in the history
…tem#333)

* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* Update .travis.yml
  • Loading branch information
greenkeeper[bot] authored and joshblack committed Dec 1, 2017
1 parent 2b0dbe8 commit 184bcf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ cache:
notifications:
email: false

before_install: yarn global add greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update

script:
- yarn ci-check

after_script: greenkeeper-lockfile-upload

after_success:
- yarn semantic-release

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Carbon Components React

[![Greenkeeper badge](https://badges.greenkeeper.io/carbon-design-system/carbon-components-react.svg)](https://greenkeeper.io/)
[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors)

[![Build Status](https://travis-ci.org/carbon-design-system/carbon-components-react.svg?branch=master)](https://travis-ci.org/carbon-design-system/carbon-components-react)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.1.2",
"eslint": "^4.11.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"gh-pages": "1.0.0",
"husky": "^0.14.3",
Expand Down

0 comments on commit 184bcf0

Please sign in to comment.