Skip to content

Commit e855285

Browse files
committed
chore: remove patching
Previously there has been a patch to modify front matter in Docusaurus v2, but with migration to Docusaurus v3, this has been moved to a config file and patching is not necessary anymore. The patch itself has been removed from the codebase, but I noticed there are leftovers in form of a dependency and a postinstall script.
1 parent 9a196a0 commit e855285

File tree

2 files changed

+0
-192
lines changed

2 files changed

+0
-192
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"swizzle": "docusaurus swizzle",
2727
"deploy": "rimraf .docusaurus && docusaurus deploy",
2828
"docusaurus": "docusaurus",
29-
"postinstall": "patch-package",
3029
"lint": "npm run lint:md && npm run lint:code",
3130
"lint:fix": "npm run lint:md:fix && npm run lint:code:fix",
3231
"lint:md": "markdownlint '**/*.md'",
@@ -51,7 +50,6 @@
5150
"globby": "^14.0.0",
5251
"markdownlint": "^0.35.0",
5352
"markdownlint-cli": "^0.41.0",
54-
"patch-package": "^8.0.0",
5553
"path-browserify": "^1.0.1",
5654
"rimraf": "^6.0.0",
5755
"typescript": "^5.1.3"

0 commit comments

Comments
 (0)