Comparing version 0.5.10-alpha.1 to 0.5.10-alpha.2
@@ -5,3 +5,3 @@ import orgPlugin from 'rollup-plugin-orgx'; | ||
import { visitIds } from 'orgast-util-visit-ids'; | ||
import { rehypeExportFrontmatter } from './plugin/rehype-export-frontmatter'; | ||
import { rehypeExportFrontmatter } from './plugin/rehype-export-frontmatter.js'; | ||
export default function org(options = {}) { | ||
@@ -8,0 +8,0 @@ return { |
{ | ||
"name": "astro-org", | ||
"version": "0.5.10-alpha.1", | ||
"version": "0.5.10-alpha.2", | ||
"description": "Astro plugin to import org-mode files.", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
}, | ||
"gitHead": "3df6779bac770df99a9869c4ac8a965d546ad818" | ||
"gitHead": "d57202bbaa99c855ee5e47dbe7936b38fd835e5c" | ||
} |
@@ -8,3 +8,3 @@ import type { AstroIntegration } from 'astro'; | ||
import { rehypeExportFrontmatter } from './plugin/rehype-export-frontmatter'; | ||
import { rehypeExportFrontmatter } from './plugin/rehype-export-frontmatter.js'; | ||
@@ -11,0 +11,0 @@ export type Options = OrgPluginOptions; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48752