Skip to content

Commit

Permalink
chore: release v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Dec 19, 2023
1 parent 643ea3a commit 8402379
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.2",
"version": "0.12.3",
"description": "Beautiful code for your MD/MDX docs.",
"main": "./dist/rehype-pretty-code.js",
"module": "./dist/rehype-pretty-code.js",
Expand All @@ -13,7 +13,10 @@
},
"./package.json": "./package.json"
},
"files": ["dist/", "index.d.ts"],
"files": [
"dist/",
"index.d.ts"
],
"scripts": {
"build": "npx rollup -c",
"test": "vitest",
Expand All @@ -30,7 +33,9 @@
"engines": {
"node": ">=18"
},
"browserslist": ["node 18"],
"browserslist": [
"node 18"
],
"author": "",
"license": "MIT",
"repository": "github:atomiks/rehype-pretty-code",
Expand Down

0 comments on commit 8402379

Please sign in to comment.