Skip to content

Commit

Permalink
4.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tscanlin committed Feb 9, 2025
1 parent 2d82e2a commit 889c275
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tocbot",
"version": "4.33.0",
"version": "4.34.0",
"description": "Generate a table of contents based on the heading structure of a html document.",
"main": "./dist/tocbot.cjs",
"module": "./index.js",
Expand Down Expand Up @@ -133,12 +133,25 @@
"npmFileMap": [
{
"basePath": "dist",
"files": ["**/*"]
"files": [
"**/*"
]
}
],
"standard": {
"ignore": ["dist/", "scripts/", "test/"],
"globals": ["it", "describe", "before", "after", "beforeEach", "afterEach"]
"ignore": [
"dist/",
"scripts/",
"test/"
],
"globals": [
"it",
"describe",
"before",
"after",
"beforeEach",
"afterEach"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 889c275

Please sign in to comment.