Skip to content

Commit

Permalink
fix: debug-log should be production dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 22, 2016
1 parent 0dd970c commit a3c7f83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -76,6 +76,7 @@
"arrify": "^1.0.1",
"caching-transform": "^1.0.0",
"convert-source-map": "^1.3.0",
"debug-log": "^1.0.1",
"default-require-extensions": "^1.0.0",
"find-cache-dir": "^0.1.1",
"find-up": "^1.1.2",
Expand Down Expand Up @@ -104,7 +105,6 @@
"bundle-dependencies": "^1.0.2",
"chai": "^3.0.0",
"coveralls": "^2.11.11",
"debug-log": "^1.0.1",
"exists-sync": "0.0.4",
"forking-tap": "^0.1.1",
"is-windows": "^0.2.0",
Expand All @@ -130,6 +130,7 @@
"arrify",
"caching-transform",
"convert-source-map",
"debug-log",
"default-require-extensions",
"find-cache-dir",
"find-up",
Expand Down Expand Up @@ -158,4 +159,4 @@
"find-up"
]
}
}
}

0 comments on commit a3c7f83

Please sign in to comment.