chore: apply Khoajs naming transformations (upstream sync)
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
Node.js CI / build (20.x) (push) Has been cancelled
Node.js CI / build (22.x) (push) Has been cancelled

This commit is contained in:
Khoajs Sync Bot
2026-04-17 21:44:11 +00:00
parent 4ec52ed9c8
commit e3ba5578fe

View File

@@ -24,7 +24,10 @@
"build": "gen-esm-wrapper . ./dist/khoa.mjs",
"prepare": "npm run build"
},
"repository": "khoajs/khoa",
"repository": {
"type": "git",
"url": "git+https://git.dev.nitropur.com/TEKK/khoa.git"
},
"keywords": [
"web",
"app",
@@ -69,5 +72,8 @@
"dist",
"lib"
],
"homepage": "https://khoajs.com"
"homepage": "https://khoajs.com",
"bugs": {
"url": "https://git.dev.nitropur.com/TEKK/khoa/issues"
}
}