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 0xadada committed Feb 12, 2018
1 parent dc0fd43 commit 8118f9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Mir


[![CircleCI](https://img.shields.io/circleci/project/github/mirai-audio/mir/master.svg?style=flat-square)](https://circleci.com/gh/mirai-audio/mir)
[![Coveralls branch](https://img.shields.io/coveralls/mirai-audio/mir/master.svg?style=flat-square)](https://coveralls.io/github/mirai-audio/mir?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/mirai-audio/mir.svg?style=flat-square)](https://codeclimate.com/github/mirai-audio/mir)
[![David](https://img.shields.io/david/dev/mirai-audio/mir.svg?style=flat-square)](https://david-dm.org/mirai-audio/mir?type=dev)
[![Greenkeeper badge](https://badges.greenkeeper.io/mirai-audio/mir.svg)](https://greenkeeper.io/)
[![Ember](https://img.shields.io/badge/Ember-3.x-blue.svg?style=flat-square)](https://emberjs.com/)
[![StackShare](https://img.shields.io/badge/stack-share-0690fa.svg?style=flat-square)](https://stackshare.io/mirai-audio/mirai-audio)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"node-fetch"
],
"resolutions": {
"ember-simple-auth": "0xadada/ember-simple-auth#new-ember-qunit-release"
"ember-simple-auth": "0xadada/ember-simple-auth#new-ember-qunit-release",
"uglify-es": "3.3.9"
}
}
14 changes: 9 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2369,10 +2369,14 @@ [email protected]:
dependencies:
graceful-readlink ">= 1.0.0"

commander@^2.5.0, commander@^2.6.0, commander@^2.9.0, commander@~2.14.1:
commander@^2.5.0, commander@^2.6.0, commander@^2.9.0:
version "2.14.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"

commander@~2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"

common-tags@^1.4.0:
version "1.7.2"
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.7.2.tgz#24d9768c63d253a56ecff93845b44b4df1d52771"
Expand Down Expand Up @@ -9612,11 +9616,11 @@ uc.micro@^1.0.1, uc.micro@^1.0.3:
version "1.0.5"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"

uglify-es@^3.1.3:
version "3.3.10"
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.10.tgz#8b0b7992cebe20edc26de1bf325cef797b8f3fa5"
uglify-es@3.3.9, uglify-es@^3.1.3:
version "3.3.9"
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"
dependencies:
commander "~2.14.1"
commander "~2.13.0"
source-map "~0.6.1"

uglify-js@^2.6:
Expand Down

0 comments on commit 8118f9b

Please sign in to comment.