Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:cabify/better-crowdin
Browse files Browse the repository at this point in the history
* 'master' of github.com:cabify/better-crowdin:
  docs(readme): add Greenkeeper badge
  chore(package): update dependencies
  • Loading branch information
cicloon committed Jun 5, 2018
2 parents b500ea9 + 61f31b7 commit a33654a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# better-crowdin

[![Build Status](https://travis-ci.org/cabify/better-crowdin.svg?branch=master)](https://travis-ci.org/cabify/better-crowdin)
[![Coverage Status](https://coveralls.io/repos/github/cabify/better-crowdin/badge.svg?branch=master)](https://coveralls.io/github/cabify/better-crowdin?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/cabify/better-crowdin/badge.svg?branch=master)](https://coveralls.io/github/cabify/better-crowdin?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/cabify/better-crowdin.svg)](https://greenkeeper.io/)

Crowdin CLI on steroids.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"babel-jest": "^22.0.4",
"babel-jest": "^23.0.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
Expand All @@ -42,15 +42,15 @@
"coveralls": "^3.0.1",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.2.1",
"jest": "^22.0.4",
"jest": "^23.1.0",
"mock-fs": "^4.5.0",
"prettier": "^1.13.4"
},
Expand Down

0 comments on commit a33654a

Please sign in to comment.