We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e37196 commit b513744Copy full SHA for b513744
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "debug-custom",
3
- "version": "1.0.6",
+ "version": "1.1.0",
4
"description": "A thin wrapper around the debug logging package",
5
"main": "lib/index.js",
6
"directories": {
7
"lib": "lib"
8
},
9
"scripts": {
10
- "test": "tap test/*.js"
+ "test": "tap test/*.js --no-coverage"
11
12
"repository": {
13
"type": "git",
@@ -31,6 +31,6 @@
31
"debug": "^4.1.1"
32
33
"devDependencies": {
34
- "tap": "^12.5.2"
+ "tap": "^14.10.8"
35
}
36
0 commit comments