Skip to content

Commit

Permalink
4.27.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tscanlin committed Apr 25, 2024
1 parent 9649422 commit 59f2131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.

7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tocbot",
"version": "4.27.9",
"version": "4.27.10",
"description": "Generate a table of contents based on the heading structure of a html document.",
"main": "./dist/tocbot.js",
"module": "./index.mjs",
Expand All @@ -20,7 +20,10 @@
"./src/scss/styles.scss": "./src/scss/styles.scss",
"./src/scss/tocbot.scss": "./src/scss/tocbot.scss"
},
"files": ["dist/*", "src/js/*"],
"files": [
"dist/*",
"src/js/*"
],
"scripts": {
"clean": "rm -rf dist/",
"mkdir-dist": "mkdir dist",
Expand Down

0 comments on commit 59f2131

Please sign in to comment.