Skip to content

Commit 5ed1c08

Browse files
author
Valeriy Borodayev
committed
docs: update github username in links [skip ci]
1 parent 979921e commit 5ed1c08

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# mongoose-history-diff :rocket: :fire:
1+
# mongoose-history-diff
22

3-
[![travis build](https://img.shields.io/travis/FrankAst/mongoose-history-diff.svg)](https://travis-ci.org/FrankAst/mongoose-history-diff)
4-
[![codecov coverage](https://img.shields.io/codecov/c/github/FrankAst/mongoose-history-diff.svg)](https://codecov.io/github/FrankAst/mongoose-history-diff)
5-
[![](https://img.shields.io/npm/v/mongoose-history-diff.svg)](https://www.npmjs.com/package/@frankast/mongoose-history-diff)
3+
[![travis build](https://img.shields.io/travis/borodayev/mongoose-history-diff.svg)](https://travis-ci.org/borodayev/mongoose-history-diff)
4+
[![codecov coverage](https://img.shields.io/codecov/c/github/borodayev/mongoose-history-diff.svg)](https://codecov.io/github/borodayev/mongoose-history-diff)
5+
[![](https://img.shields.io/npm/v/mongoose-history-diff.svg)](https://www.npmjs.com/package/mongoose-history-diff)
66
[![npm](https://img.shields.io/npm/dt/mongoose-history-diff.svg)](http://www.npmtrends.com/mongoose-history-diff)
77
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
8-
[![Greenkeeper badge](https://badges.greenkeeper.io/FrankAst/mongoose-history-diff.svg)](https://greenkeeper.io/)
8+
[![Greenkeeper badge](https://badges.greenkeeper.io/borodayev/mongoose-history-diff.svg)](https://greenkeeper.io/)
99
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1010

1111

@@ -130,4 +130,4 @@ Feel free to submit a pull request. Also, be sure all tests have passed otherwis
130130

131131
## License
132132

133-
[MIT](https://github.com/FrankAst/mongoose-history-diff/blob/master/LICENSE.md)
133+
[MIT](https://github.com/borodayev/mongoose-history-diff/blob/master/LICENSE.md)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/FrankAst/mongoose-history-diff.git"
11+
"url": "https://github.com/borodayev/mongoose-history-diff.git"
1212
},
1313
"keywords": [
1414
"mongoose-diff",
@@ -22,9 +22,9 @@
2222
"deep-diff"
2323
],
2424
"bugs": {
25-
"url": "https://github.com/FrankAst/mongoose-history-diff/issues"
25+
"url": "https://github.com/borodayev/mongoose-history-diff/issues"
2626
},
27-
"homepage": "https://github.com/FrankAst/mongoose-history-diff",
27+
"homepage": "https://github.com/borodayev/mongoose-history-diff",
2828
"license": "MIT",
2929
"dependencies": {
3030
"@babel/runtime": "^7.9.6"

0 commit comments

Comments
 (0)