Comparing version 4.28.2 to 4.29.0
{ | ||
"name": "tocbot", | ||
"version": "4.28.2", | ||
"version": "4.29.0", | ||
"description": "Generate a table of contents based on the heading structure of a html document.", | ||
"main": "./dist/tocbot.js", | ||
"main": "./dist/tocbot.cjs", | ||
"module": "./index.js", | ||
@@ -10,3 +10,3 @@ "type": "module", | ||
".": { | ||
"require": "./dist/tocbot.js", | ||
"require": "./dist/tocbot.cjs", | ||
"import": "./index.js", | ||
@@ -42,3 +42,4 @@ "types": "./index.d.ts", | ||
"build": "npm run build-all", | ||
"build-all": "npm run clean && npm run mkdir-dist && npm run build-js && npm run build-js-uglify && npm run build-css && npm run build-dist && npm run build-docs", | ||
"build-all": "npm run clean && npm run mkdir-dist && npm run build-js && npm run build-js-uglify && npm run build-css && npm run build-dist && npm run build-docs && npm run build-cjs", | ||
"build-cjs": "cp ./dist/tocbot.js ./dist/tocbot.cjs", | ||
"build-docs": "npm run build-content && npm run next-build && npm run next-export && npm run fix-jekyll", | ||
@@ -45,0 +46,0 @@ "build-css": "sass --load-path=./node_modules --style=compressed src/scss/:static/css/", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150381
29
3140