diff --git a/package.json b/package.json index 5eccad6..d7f52c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rehype-pretty-code", - "version": "0.12.3", + "version": "0.12.4", "description": "Beautiful code for your MD/MDX docs.", "type": "module", "main": "./dist/index.js", @@ -13,7 +13,10 @@ }, "./package.json": "./package.json" }, - "files": ["dist", "package.json"], + "files": [ + "dist", + "package.json" + ], "scripts": { "build": "tsup --config=tsup.config.ts", "test": "vitest", @@ -32,7 +35,9 @@ "engines": { "node": ">=18" }, - "browserslist": ["node 18"], + "browserslist": [ + "node 18" + ], "author": "https://github.com/atomiks", "license": "MIT", "repository": "github:atomiks/rehype-pretty-code",