Skip to content

Commit

Permalink
Mention the npm page
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Oct 7, 2021
1 parent 3497cc8 commit fe47c92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Patroon

![Code Coverage](https://img.shields.io/badge/coverage-100%25-green?style=flat-square)
![NPM](https://img.shields.io/npm/v/patroon?color=blue&style=flat-square)

Pattern matching in Javascript without additional syntax.

Expand All @@ -17,6 +18,8 @@ Pattern matching in Javascript without additional syntax.

## Installation

[Patroon][9] is hosted on the NPM repository.

```bash
npm install patroon
```
Expand Down Expand Up @@ -329,7 +332,7 @@ npx nyc npm t && npx nyc check-coverage
```
```
> patroon@0.1.1 test
> patroon@0.1.2 test
> tape ./src/index.test.js
TAP version 13
Expand Down Expand Up @@ -404,3 +407,4 @@ polite. Some suggestions for contributions:
[6]:https://github.com/bas080/markatzea
[7]:https://stackoverflow.com/questions/50452844/functional-programming-style-pattern-matching-in-javascript/67376827#67376827
[8]:https://github.com/istanbuljs/nyc
[9]:https://www.npmjs.com/package/patroon
4 changes: 4 additions & 0 deletions README.mz
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Patroon

![Code Coverage](https://img.shields.io/badge/coverage-100%25-green?style=flat-square)
![NPM](https://img.shields.io/npm/v/patroon?color=blue&style=flat-square)

Pattern matching in Javascript without additional syntax.

Expand All @@ -17,6 +18,8 @@ Pattern matching in Javascript without additional syntax.

## Installation

[Patroon][9] is hosted on the NPM repository.

```bash
npm install patroon
```
Expand Down Expand Up @@ -367,3 +370,4 @@ polite. Some suggestions for contributions:
[6]:https://github.com/bas080/markatzea
[7]:https://stackoverflow.com/questions/50452844/functional-programming-style-pattern-matching-in-javascript/67376827#67376827
[8]:https://github.com/istanbuljs/nyc
[9]:https://www.npmjs.com/package/patroon
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patroon",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pattern matching library",
"repository": "github:bas080/patroon",
"main": "./src/index.js",
Expand Down

0 comments on commit fe47c92

Please sign in to comment.