File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ deepStrictEqual(decode(encoded), object);
6666 - [ NPM / npmjs.com] ( #npm--npmjscom )
6767 - [ CDN / unpkg.com] ( #cdn--unpkgcom )
6868- [ Deno Support] ( #deno-support )
69+ - [ Bun Support] ( #bun-support )
6970- [ Maintenance] ( #maintenance )
7071 - [ Testing] ( #testing )
7172 - [ Continuous Integration] ( #continuous-integration )
@@ -659,6 +660,10 @@ See `example/deno-*.ts` for examples.
659660
660661` deno.land/x ` is not supported.
661662
663+ ## Bun Support
664+
665+ You can use this module on Bun.
666+
662667## Maintenance
663668
664669### Testing
@@ -671,16 +676,16 @@ npm run test
671676
672677### Continuous Integration
673678
674- This library uses Travis CI .
679+ This library uses GitHub Actions .
675680
676- test matrix:
681+ Test matrix:
677682
678- * Node.js versions:
683+ * NodeJS
679684 * v18 / v20 / v22
680- * TypeScript targets
681- * ` target=es2019 ` / ` target=es5 `
682- * JavaScript engines
683- * NodeJS, browsers (Chrome, Firefox)
685+ * Browsers:
686+ * Chrome, Firefox
687+ * Deno
688+ * Bun
684689
685690### Release Engineering
686691
You can’t perform that action at this time.
0 commit comments