Skip to content

Commit

Permalink
chore(version): bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranđel Šarenac committed Jul 1, 2019
1 parent 190dab6 commit 3bf5b0a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tape-nock",
"description": "Automatically record and playback HTTP calls for each tape test.",
"version": "1.6.1",
"version": "1.6.2",
"author": "Dan Flettre <fletd01@yahoo.com>",
"bugs": {
"url": "https://github.com/Flet/tape-nock/issues"
Expand Down Expand Up @@ -49,16 +49,11 @@
"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 3bf5b0a

Please sign in to comment.