Skip to content

Commit

Permalink
chore: release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jul 5, 2024
1 parent dc1862a commit b0cd18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-it-diagram",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"packageManager": "[email protected]",
"description": "Supports markdown diagramming.",
"author": "RyanCo <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dist"
],
"scripts": {
"build": "pnpm run generate && unbuild",
"build": "pnpm run gn && unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
Expand Down

0 comments on commit b0cd18b

Please sign in to comment.