Skip to content

Commit

Permalink
Merge pull request #16 from naman03malhotra/version-bump
Browse files Browse the repository at this point in the history
version bump, CD passing
  • Loading branch information
naman03malhotra authored Jun 15, 2020
2 parents 5f0b5fb + a3bb66a commit d2960e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It can be used on feature flags, complex conditions, conditional rendering, etc.

[![Build Status](https://github.com/naman03malhotra/match-rules/workflows/CD/badge.svg?branch=master)](https://github.com/naman03malhotra/match-rules/actions)

[![Coverage Status](https://coveralls.io/repos/github/naman03malhotra/match-rules/badge.svg?branch=master)](https://coveralls.io/github/naman03malhotra/match-rules?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/naman03malhotra/match-rules/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/naman03malhotra/match-rules?branch=master&kill_cache=1)

Through npm
`npm install match-rules --save`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "match-rules",
"version": "1.2.4",
"version": "1.2.5",
"description": "A javascript utility for conditional rendering (implementing business logic) of complex rules using a rules and source object.",
"main": "lib/match_rules.js",
"repository": {
Expand Down

0 comments on commit d2960e7

Please sign in to comment.