hexo-breadcrumb
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "hexo-breadcrumb", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Generate breadcrumb for Hexo", | ||
@@ -13,4 +13,3 @@ "main": "index.js", | ||
"version": "npm run lint", | ||
"postversion": "git push && git push --tags", | ||
"prepare": "husky install" | ||
"prepare": "husky || true" | ||
}, | ||
@@ -38,12 +37,12 @@ "repository": { | ||
"@types/hexo": "3.8.12", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"eslint": "8.56.0", | ||
"@typescript-eslint/eslint-plugin": "8.2.0", | ||
"@typescript-eslint/parser": "8.2.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"husky": "9.0.10", | ||
"lint-staged": "15.2.2", | ||
"typescript": "5.3.3" | ||
"eslint-plugin-prettier": "5.2.1", | ||
"husky": "9.1.5", | ||
"lint-staged": "15.2.9", | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -50,0 +49,0 @@ "husky": { |
@@ -6,3 +6,3 @@ # hexo-breadcrumb | ||
A Hexo plugin to generate breadcrumbs for post and page layouts. | ||
A Hexo plugin to generate breadcrumb navigation for post and page layouts. | ||
@@ -9,0 +9,0 @@ ## Table of Contents |
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
24469