Skip to content

Commit f9205ad

Browse files
committed
4.34.1-0
1 parent ad01eef commit f9205ad

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tocbot",
3-
"version": "4.34.0",
3+
"version": "4.34.1-0",
44
"description": "Generate a table of contents based on the heading structure of a html document.",
55
"main": "./dist/tocbot.cjs",
66
"module": "./index.js",
@@ -133,12 +133,25 @@
133133
"npmFileMap": [
134134
{
135135
"basePath": "dist",
136-
"files": ["**/*"]
136+
"files": [
137+
"**/*"
138+
]
137139
}
138140
],
139141
"standard": {
140-
"ignore": ["dist/", "scripts/", "test/"],
141-
"globals": ["it", "describe", "before", "after", "beforeEach", "afterEach"]
142+
"ignore": [
143+
"dist/",
144+
"scripts/",
145+
"test/"
146+
],
147+
"globals": [
148+
"it",
149+
"describe",
150+
"before",
151+
"after",
152+
"beforeEach",
153+
"afterEach"
154+
]
142155
},
143156
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
144157
}

0 commit comments

Comments
 (0)