Skip to content

Commit

Permalink
chore: fix plugin entry import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 6, 2024
1 parent 3d0a24d commit e4e302f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions plugins/development/plugin-git/src/node/gitPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import type {
GitPluginOptions,
GitPluginPageData,
} from './options.js'
import {
checkGitRepo,
getCommits,
inferGitProvider,
resolveChangelog,
resolveContributors,
} from './utils/index.js'
import { resolveChangelog } from './resolveChangelog.js'
import { resolveContributors } from './resolveContributors.js'
import { checkGitRepo, getCommits, inferGitProvider } from './utils/index.js'

export const gitPlugin =
({
Expand Down

0 comments on commit e4e302f

Please sign in to comment.