@jcayzac/astro-rehype-frontmatter-reading-stats
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,5 +0,7 @@ | ||
import type * as hast from 'hast'; | ||
import type * as unified from 'unified'; | ||
import * as hast from 'hast'; | ||
import * as unified from 'unified'; | ||
type Plugin<PluginParameters extends any[] = any[]> = unified.Plugin<PluginParameters, hast.Root>; | ||
declare const main: Plugin; | ||
export default main; | ||
export { main as default }; |
{ | ||
"name": "@jcayzac/astro-rehype-frontmatter-reading-stats", | ||
"type": "module", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Adds reading time and word count to the frontmatter of markdown/mdx files.", | ||
@@ -44,3 +44,3 @@ "author": "Julien Cayzac", | ||
"scripts": { | ||
"build": "pnpm exec mkdist --format=esm -d --ext=mjs --minify --target=esnext --cwd" | ||
"build": "pnpm exec tsup" | ||
}, | ||
@@ -47,0 +47,0 @@ "exports": { |
@@ -73,2 +73,2 @@ # `@jcayzac/astro-rehype-frontmatter-reading-stats` | ||
[GitHub Sponsors](https://github.com/sponsors/jcayzac) ・ [Revolut](https://revolut.me/julienswap) ・ [Wise](https://wise.com/pay/me/julienc375) ・ [Ko-Fi](https://ko-fi.com/jcayzac) ・ [PayPal](https://paypal.me/jcayzac) | ||
[![GitHub Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-E30074?logo=github&logoColor=fff&style=for-the-badge)](https://github.com/sponsors/jcayzac) [![Revolut](https://img.shields.io/badge/Revolut-E30074?logo=revolut&logoColor=fff&style=for-the-badge)](https://revolut.me/julienswap) [![Wise](https://img.shields.io/badge/Wise-E30074?logo=wise&logoColor=fff&style=for-the-badge)](https://wise.com/pay/me/julienc375) [![Ko-Fi](https://img.shields.io/badge/Ko--Fi-E30074?logo=kofi&logoColor=fff&style=for-the-badge)](https://ko-fi.com/jcayzac) [![PayPal](https://img.shields.io/badge/PayPal-E30074?logo=paypal&logoColor=fff&style=for-the-badge)](https://paypal.me/jcayzac) |
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
8110
7