Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Dec 3, 2021
1 parent b9f58e4 commit 297ba79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ npx nyc npm t | npx tap-nyc
npx nyc check-coverage
```
```
> patroon@1.1.1 test
> patroon@1.1.2 test
> tape ./src/index.test.js
-------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
Expand All @@ -597,7 +597,7 @@ npx nyc check-coverage
total: 19
passing: 19
duration: 1.4s
duration: 1.5s
```

Expand Down
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": "1.1.1",
"version": "1.1.2",
"description": "Pattern matching library",
"repository": "github:bas080/patroon",
"main": "./src/index.js",
Expand Down

0 comments on commit 297ba79

Please sign in to comment.