fix: typo in contribution guidelines, update project metadata and pull_request_temp...md (#5010)

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Dipanshu Rawat
2026-02-18 22:42:22 +05:30
committed by GitHub
parent 40853e4e43
commit 114204be6e
3 changed files with 28 additions and 15 deletions

View File

@@ -6,6 +6,14 @@
"type": "module",
"author": "Timothy Carambat (Mintplex Labs)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mintplex-labs/anything-llm.git"
},
"bugs": {
"url": "https://github.com/mintplex-labs/anything-llm/issues"
},
"homepage": "https://github.com/mintplex-labs/anything-llm#readme",
"engines": {
"node": ">=18"
},
@@ -35,4 +43,4 @@
"concurrently": "^9.1.2",
"jest": "^29.7.0"
}
}
}