Skip to content

Commit a3c7f83

Browse files
author
Benjamin Coe
committed
fix: debug-log should be production dependency
1 parent 0dd970c commit a3c7f83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"arrify": "^1.0.1",
7777
"caching-transform": "^1.0.0",
7878
"convert-source-map": "^1.3.0",
79+
"debug-log": "^1.0.1",
7980
"default-require-extensions": "^1.0.0",
8081
"find-cache-dir": "^0.1.1",
8182
"find-up": "^1.1.2",
@@ -104,7 +105,6 @@
104105
"bundle-dependencies": "^1.0.2",
105106
"chai": "^3.0.0",
106107
"coveralls": "^2.11.11",
107-
"debug-log": "^1.0.1",
108108
"exists-sync": "0.0.4",
109109
"forking-tap": "^0.1.1",
110110
"is-windows": "^0.2.0",
@@ -130,6 +130,7 @@
130130
"arrify",
131131
"caching-transform",
132132
"convert-source-map",
133+
"debug-log",
133134
"default-require-extensions",
134135
"find-cache-dir",
135136
"find-up",
@@ -158,4 +159,4 @@
158159
"find-up"
159160
]
160161
}
161-
}
162+
}

0 commit comments

Comments
 (0)