Skip to content

Commit

Permalink
🐛 Fix invalid ESM imports
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Dec 11, 2024
1 parent c2a503e commit 7434a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/java-edition/src/mcdocAttributes.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as core from '@spyglassmc/core'
import { localize } from '@spyglassmc/locales'
import * as mcdoc from '@spyglassmc/mcdoc'
import type { McmetaVersions, PackInfo } from './dependency'
import { NEXT_RELEASE_VERSION, ReleaseVersion } from './dependency'
import { NEXT_RELEASE_VERSION, ReleaseVersion } from './dependency/index.js'
import type { McmetaVersions, PackInfo } from './dependency/index.js'

export function registerMcdocAttributes(meta: core.MetaRegistry, release: ReleaseVersion) {
mcdoc.runtime.registerAttribute(meta, 'since', mcdoc.runtime.attribute.validator.string, {
Expand Down

0 comments on commit 7434a8c

Please sign in to comment.