fix: update platform support docs for cross-runtime compatibility

- README: Node.js 18+ → Node.js 18+, Deno, and Bun
- package.json: add deno:true field
- build-distribution.md: consolidate engine/platform sections
This commit is contained in:
2026-05-19 07:15:45 +00:00
parent 743265c34a
commit fbf13ed444
4 changed files with 8 additions and 18 deletions

View File

@@ -146,5 +146,6 @@
},
"engines": {
"node": ">=18.0.0"
}
}
},
"deno": true
}