Skip to content

Commit

Permalink
1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Jan 13, 2024
1 parent 13821e6 commit 60fd06d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions ascaid.config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extensions": ["asciidoctor-kroki", "./adocs/_extensions/exec.js"],
"asciidoctorOptions": {
"attributes": {
"nofooter": true
}
}
"nofooter": true,
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extensions": ["asciidoctor-kroki"],
"asciidoctorOptions": {
"attributes": {
"nofooter": true
}
}
"nofooter": true,
},
},
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ascaid",
"type": "module",
"version": "1.9.8",
"version": "1.9.9",
"description": "Hassle-free documentation generation powered by AsciiDoc",
"author": "Fardjad Davari <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -55,7 +55,7 @@
"expect": "^29.7.0",
"husky": "^8.0.3",
"npm-check-updates": "^16.14.12",
"prettier": "^3.1.1"
"prettier": "^3.2.1"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
Expand Down

0 comments on commit 60fd06d

Please sign in to comment.