@unocss/preset-typography 0.50.6 → 0.50.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ pnpm add @unocss/preset-typography -D
11
11
  ## Usage
12
12
 
13
13
  ```js
14
- // unocss.config.js
14
+ // uno.config.ts
15
15
  import { defineConfig, presetAttributify, presetTypography, presetUno } from 'unocss'
16
16
 
17
17
  export default defineConfig({
@@ -193,7 +193,7 @@ export interface TypographyOptions {
193
193
  ### Example
194
194
 
195
195
  ```ts
196
- // unocss.config.ts
196
+ // uno.config.ts
197
197
  import { defineConfig, presetAttributify, presetUno } from 'unocss'
198
198
  import { presetTypography } from '@unocss/preset-typography'
199
199
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-typography",
3
- "version": "0.50.6",
3
+ "version": "0.50.8",
4
4
  "description": "Typography preset for UnoCSS",
5
5
  "author": "Jeff Yang",
6
6
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@unocss/core": "0.50.6",
36
- "@unocss/preset-mini": "0.50.6"
35
+ "@unocss/core": "0.50.8",
36
+ "@unocss/preset-mini": "0.50.8"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",