Skip to content

Commit e0c7137

Browse files
committed
Updated Links. Bumped 0.4.6.
1 parent d8f5013 commit e0c7137

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ This project is kindly sponsored by [nearForm](http://nearform.com).
115115

116116
MIT
117117

118-
[coveralls-badge]: https://coveralls.io/repos/github/mcollina/upring-kv/badge.svg?branch=master
119-
[coveralls-url]: https://coveralls.io/github/mcollina/upring-kv?branch=master
118+
[coveralls-badge]: https://coveralls.io/repos/github/upringjs/upring-kv/badge.svg?branch=master
119+
[coveralls-url]: https://coveralls.io/github/upringjs/upring-kv?branch=master
120120
[npm-badge]: https://badge.fury.io/js/upring-kv.svg
121121
[npm-url]: https://badge.fury.io/js/upring-kv
122-
[travis-badge]: https://api.travis-ci.org/mcollina/upring-kv.svg
123-
[travis-url]: https://travis-ci.org/mcollina/upring-kv
122+
[travis-badge]: https://api.travis-ci.org/upringjs/upring-kv.svg
123+
[travis-url]: https://travis-ci.org/upringjs/upring-kv

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upring-kv",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Key-Value store on top of UpRing",
55
"main": "kv.js",
66
"bin": {
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/mcollina/upring-kv.git"
16+
"url": "git+https://github.com/upringjs/upring-kv.git"
1717
},
1818
"keywords": [
1919
"upring",
@@ -25,9 +25,9 @@
2525
"author": "Matteo Collina <[email protected]>",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/mcollina/upring-kv/issues"
28+
"url": "https://github.com/upringjs/upring-kv/issues"
2929
},
30-
"homepage": "https://github.com/mcollina/upring-kv#readme",
30+
"homepage": "https://github.com/upringjs/upring-kv#readme",
3131
"devDependencies": {
3232
"coveralls": "^2.11.14",
3333
"pre-commit": "^1.1.3",

0 commit comments

Comments
 (0)