Skip to content

Commit b513744

Browse files
committed
v1.1.0
- update tap - test with --no-coverage else errors
1 parent 9e37196 commit b513744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "debug-custom",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "A thin wrapper around the debug logging package",
55
"main": "lib/index.js",
66
"directories": {
77
"lib": "lib"
88
},
99
"scripts": {
10-
"test": "tap test/*.js"
10+
"test": "tap test/*.js --no-coverage"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -31,6 +31,6 @@
3131
"debug": "^4.1.1"
3232
},
3333
"devDependencies": {
34-
"tap": "^12.5.2"
34+
"tap": "^14.10.8"
3535
}
3636
}

0 commit comments

Comments
 (0)