Skip to content

Commit

Permalink
Updated Links. Bumped 0.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 14, 2017
1 parent d8f5013 commit e0c7137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ This project is kindly sponsored by [nearForm](http://nearform.com).

MIT

[coveralls-badge]: https://coveralls.io/repos/github/mcollina/upring-kv/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/mcollina/upring-kv?branch=master
[coveralls-badge]: https://coveralls.io/repos/github/upringjs/upring-kv/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/upringjs/upring-kv?branch=master
[npm-badge]: https://badge.fury.io/js/upring-kv.svg
[npm-url]: https://badge.fury.io/js/upring-kv
[travis-badge]: https://api.travis-ci.org/mcollina/upring-kv.svg
[travis-url]: https://travis-ci.org/mcollina/upring-kv
[travis-badge]: https://api.travis-ci.org/upringjs/upring-kv.svg
[travis-url]: https://travis-ci.org/upringjs/upring-kv
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upring-kv",
"version": "0.4.5",
"version": "0.4.6",
"description": "Key-Value store on top of UpRing",
"main": "kv.js",
"bin": {
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/upring-kv.git"
"url": "git+https://github.com/upringjs/upring-kv.git"
},
"keywords": [
"upring",
Expand All @@ -25,9 +25,9 @@
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/upring-kv/issues"
"url": "https://github.com/upringjs/upring-kv/issues"
},
"homepage": "https://github.com/mcollina/upring-kv#readme",
"homepage": "https://github.com/upringjs/upring-kv#readme",
"devDependencies": {
"coveralls": "^2.11.14",
"pre-commit": "^1.1.3",
Expand Down

0 comments on commit e0c7137

Please sign in to comment.