Skip to content

Commit

Permalink
chore: release v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jan 16, 2024
1 parent ab71ae8 commit edb69e5
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.3",
"version": "0.12.4",
"description": "Beautiful code for your MD/MDX docs.",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit edb69e5

Please sign in to comment.