Skip to content

Commit

Permalink
chore: up patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranđel Šarenac committed Oct 29, 2019
1 parent 72d8c99 commit 9b9d1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "tape-nock",
"description": "Automatically record and playback HTTP calls for each tape test.",
"version": "1.6.3",
"version": "1.6.4",
"author": "Dan Flettre <fletd01@yahoo.com>",
"bugs": {
"url": "https://github.com/Flet/tape-nock/issues"
},
"devDependencies": {
"axios": "^0.19.0",
"coveralls": "^3.0.4",
"coveralls": "^3.0.7",
"np": "^5.0.3",
"nyc": "^14.1.1",
"request": "^2.88.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:generic": "tape test/*.js | tap-spec",
"test:only": "tape test/only/*.js | tap-spec",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"publush": "np"
"publish": "np"
},
"dependencies": {
"@types/nock": "^10.0.3",
Expand Down

0 comments on commit 9b9d1a9

Please sign in to comment.