Skip to content

Commit

Permalink
chore: release v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 22, 2024
1 parent 0363dee commit 93e5d9c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-pretty-code",
"version": "0.12.5",
"version": "0.12.6",
"description": "Beautiful code for your MD/MDX docs.",
"homepage": "https://rehype-pretty-code.netlify.app",
"type": "module",
Expand All @@ -14,7 +14,10 @@
},
"./package.json": "./package.json"
},
"files": ["dist", "package.json"],
"files": [
"dist",
"package.json"
],
"scripts": {
"build": "tsup --config=tsup.config.ts",
"test": "vitest",
Expand Down Expand Up @@ -62,7 +65,9 @@
"engines": {
"node": ">=18"
},
"browserslist": ["node 18"],
"browserslist": [
"node 18"
],
"author": "https://github.com/atomiks",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 93e5d9c

Please sign in to comment.