Skip to content

Commit

Permalink
chore: release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Mar 29, 2024
1 parent 02118b4 commit cc8ad38
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.13.0",
"version": "0.13.1",
"description": "Beautiful code for your MD/MDX docs.",
"homepage": "https://rehype-pretty.pages.dev",
"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 --run",
Expand Down Expand Up @@ -65,7 +68,9 @@
"node": ">=18"
},
"repository": "github:rehype-pretty/rehype-pretty-code",
"browserslist": ["node 18"],
"browserslist": [
"node 18"
],
"author": "https://github.com/atomiks",
"license": "MIT"
}

0 comments on commit cc8ad38

Please sign in to comment.