diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 02:46:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 02:46:31 +0900 |
| commit | 1622d63c7e74755dafb18cbce6091f18e19a5a95 (patch) | |
| tree | 918a01c48059e5f56de8b3323b1001f5910d7e5f | |
| parent | #739 (diff) | |
| parent | Merge pull request #740 from syuilo/greenkeeper/@types/mongodb-2.2.11 (diff) | |
| download | misskey-1622d63c7e74755dafb18cbce6091f18e19a5a95.tar.gz misskey-1622d63c7e74755dafb18cbce6091f18e19a5a95.tar.bz2 misskey-1622d63c7e74755dafb18cbce6091f18e19a5a95.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
| -rw-r--r-- | DONORS.md | 10 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -4,3 +4,13 @@ DONORS (no particular order) * スルメ https://surume.tk/ + +:heart: Thanks for donating, guys! + +--- + +You donated, but you are not listed here? please contact to us! + +If you want to donate to Misskey, please get in touch with [@syuilo][syuilo-link]. + +[syuilo-link]: https://syuilo.com @@ -36,7 +36,7 @@ Sponsors & Backers Misskey have no 100+ GitHub stars currently. However, donation are always welcome! If you want to donate to Misskey, please get in touch with [@syuilo][syuilo-link]. -Note: When you donate to Misskey, your name will be displayed in [donors](./DONORS.md). +**Note:** When you donate to Misskey, your name will be displayed in [donors](./DONORS.md). Collaborators ---------------------------------------------------------------- diff --git a/package.json b/package.json index fab513e253..3fade49978 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/is-url": "1.2.28", "@types/js-yaml": "3.9.0", "@types/mocha": "2.2.42", - "@types/mongodb": "2.2.10", + "@types/mongodb": "2.2.11", "@types/monk": "1.0.6", "@types/morgan": "1.7.32", "@types/ms": "0.7.30", |