Skip to content

Commit 4634fae

Browse files
committed
link badges
1 parent a0f5ae5 commit 4634fae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Inter Process Object Sharing [IPOS]
22

3-
![](https://img.shields.io/npm/v/ipos?style=flat-square)
4-
![](https://img.shields.io/coveralls/github/drinking-code/inter-process-object-sharing?style=flat-square)
3+
[![](https://img.shields.io/npm/v/ipos?style=flat-square)](https://npmjs.com/ipos)
4+
[![](https://img.shields.io/coveralls/github/drinking-code/inter-process-object-sharing?style=flat-square)](https://coveralls.io/github/drinking-code/inter-process-object-sharing)
55
![](https://img.shields.io/github/workflow/status/drinking-code/inter-process-object-sharing/Test?style=flat-square)
66

77
[//]: # (![](https://img.shields.io/npms-io/quality-score/ipos?style=flat-square))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipos",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Share objects across different Node.js processes. Write and read on both sides.",
55
"license": "MIT",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)