Skip to content

Commit

Permalink
feat(packages/sui-mono): update broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Alvarez authored and Andrés Alvarez committed Dec 28, 2023
1 parent 8b8afe3 commit 380a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-mono/src/check.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint no-console:0 */

const conventionalChangelog = require('conventional-changelog')
const conventionalChangelog = require('./conventional-changelog.js')
const {readJsonSync} = require('fs-extra')

const {promisify} = require('util')
Expand Down

0 comments on commit 380a520

Please sign in to comment.