Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 80f8b33

Browse files
author
Bassem Dghaidi
committed
Update badges to be clickable
1 parent d46d473 commit 80f8b33

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
> Compares a set of match rules contained with an object to determine if the latter conforms to the matching rules
44
5-
![Node.js CI](https://github.com/mena-devs/objectron/workflows/Node.js%20CI/badge.svg?branch=master)
6-
![npm version](https://img.shields.io/npm/v/@menadevs/objectron)
5+
<a href="https://github.com/mena-devs/objectron/actions?query=workflow%3A%22Node.js+CI%22">
6+
<img src="https://github.com/mena-devs/objectron/workflows/Node.js%20CI/badge.svg?branch=master" alt="CI Build Status" />
7+
</a>
8+
<a href="https://www.npmjs.com/package/@menadevs/objectron">
9+
<img src="https://img.shields.io/npm/v/@menadevs/objectron" alt="NPM Version" />
10+
</a>
711

812
This module provides you with the means to define a **tester object** containing a set of **match rules** that will be used against a **payload object**. The `match()` method within the module will return whether the payload object has satisfied all the rules and will return the set of matches.
913

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@menadevs/objectron",
3-
"version": "0.1.4",
4-
"description": "TBD",
3+
"version": "0.1.4.1",
4+
"description": "Compares a set of match rules contained with an object to determine if the latter conforms to the matching rules",
55
"main": "index.js",
66
"devDependencies": {
77
"chai": "^4.2.0",

0 commit comments

Comments
 (0)