Skip to content

Commit

Permalink
fix version code error
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed Jun 22, 2024
2 parents b7ac923 + 5af0b24 commit 578c5bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]

jobs:
review:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "markdown-it-wordless",
"description": "A markdown-it plugin for wordless languages optimization.",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"license": "MIT",
"author": {
"name": "James Aprosail",
"email": "aprosail@outlook.com",
"url": "https://github.com/aprosail"
},
"homepage": "https://github.com/treeinfra/markdown-it-wordless",
"repository": {
"type": "git",
"url": "https://github.com/treeinfra/markdown-it-wordless.git"
},
"exports": {
".": {
"require": "./index.cjs",
Expand Down

0 comments on commit 578c5bf

Please sign in to comment.