Skip to content

Commit 06d89a5

Browse files
committed
fix: change debug dep to be as part of dependencies and not devDependencies
1 parent 2d580ac commit 06d89a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"nock": "^9.2.3",
2323
"semantic-release": "^6.3.6",
2424
"tap": "^11.1.3",
25-
"debug": "^3.1.0",
2625
"tap-only": "0.0.5"
2726
},
2827
"dependencies": {
2928
"ci-info": "^1.1.3",
3029
"fs-extra": "^5.0.0",
3130
"pkginfo": "^0.4.1",
3231
"progress": "^2.0.0",
32+
"debug": "^3.1.0",
3333
"request": "^2.85.0"
3434
},
3535
"publishConfig": {

0 commit comments

Comments
 (0)