Skip to content

Commit

Permalink
Remove unnecessary overrides
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Dec 19, 2023
1 parent 7548b5f commit 4a8972e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@
"license": "MIT",
"main": "dist/index.js",
"name": "@polyipseity/obsidian-plugin-library",
"overrides": {
"tsconfig-paths": "^4.0.0"
},
"overrides": {},
"peerDependencies": {
"esbuild": ">=0.17.0"
},
Expand All @@ -125,9 +123,7 @@
}
},
"pnpm": {
"overrides": {
"tsconfig-paths": "^4.0.0"
}
"overrides": {}
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a8972e

Please sign in to comment.