Skip to content

Commit

Permalink
convert to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz committed Feb 9, 2024
1 parent e6b7dc0 commit 410fa10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .changeset/changelog-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// @ts-check
const {config} = require('dotenv');
const {
import {config} from 'dotenv';
import {
getInfo,
getInfoFromPullRequest,
} = require('@changesets/get-github-info');
} from '@changesets/get-github-info';

config();

Expand Down Expand Up @@ -109,4 +109,4 @@ const changelogFunctions = {
},
};

module.exports = changelogFunctions;
export { changelogFunctions };

0 comments on commit 410fa10

Please sign in to comment.