[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: migrate to pnpm v11 (#526)

authored by

Daniel Roe and committed by
GitHub
(May 17, 2026, 2:44 PM +0300) 547c4c1a 88d3de9e

+4 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "postcss-capsize", 3 3 "version": "0.4.0", 4 - "packageManager": "pnpm@10.33.4", 4 + "packageManager": "pnpm@11.1.2", 5 5 "description": "PostCSS plugin to inject capsize font metrics", 6 6 "author": { 7 7 "name": "Daniel Roe",
+3
pnpm-workspace.yaml
··· 1 + allowBuilds: 2 + esbuild: false 3 + simple-git-hooks: true