Skip to content

Commit

Permalink
[cli] CommonJSify debug module
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Nov 23, 2017
1 parent 9124e24 commit a72d909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/cli/src/debug.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import debug from 'debug'
const debug = require('debug')

export default debug('sanity:cli')
module.exports = debug('sanity:cli')

0 comments on commit a72d909

Please sign in to comment.