Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranđel Šarenac committed Jul 1, 2019
1 parent 62dc254 commit 201535e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

11 changes: 8 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "tape-nock",
"description": "Automatically record and playback HTTP calls for each tape test.",
"version": "1.6.2",
"version": "1.6.3",
"author": "Dan Flettre <fletd01@yahoo.com>",
"bugs": {
"url": "https://github.com/Flet/tape-nock/issues"
Expand Down Expand Up @@ -49,11 +49,16 @@
"engines": {
"node": ">= 6"
},
"contributors": ["Arandjel Sarenac <arandjel.sarenac@gmail.com>"],
"contributors": [
"Arandjel Sarenac <arandjel.sarenac@gmail.com>"
],
"typings": "index.d.ts",
"config": {
"nyc": {
"exclude": ["node_modules/**", "test/**"]
"exclude": [
"node_modules/**",
"test/**"
]
}
}
}

0 comments on commit 201535e

Please sign in to comment.