Skip to content

Commit

Permalink
fix: destructure import for format (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Jun 12, 2019
1 parent 9be9184 commit 13fc1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/d2-style
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
const { makeEntryPoint } = require('@dhis2/cli-helpers-engine')
const command = require('..')

makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion src/tools/git/commitlint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const read = require('@commitlint/read')
const load = require('@commitlint/load')
const lint = require('@commitlint/lint')
const format = require('@commitlint/format')
const { format } = require('@commitlint/format')
const config = require('@commitlint/config-conventional')

const log = require('@dhis2/cli-helpers-engine').reporter
Expand Down

0 comments on commit 13fc1d9

Please sign in to comment.