Skip to content

Commit 48c08b3

Browse files
committed
Auto-generated commit
1 parent 15542bd commit 48c08b3

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-01-01T01:43:49.813Z
1+
2024-02-01T01:59:33.580Z

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2023 The Stdlib Authors.
1+
Copyright (c) 2016-2024 The Stdlib Authors.

branches.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This repository has the following branches:
2424

2525
- **main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
2626
- **production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network).
27-
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
28-
- **deno**: [Deno][deno-url] branch for use in Deno.
29-
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
27+
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
28+
- **deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
29+
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
3030

3131
The following diagram illustrates the relationships among the above branches:
3232

@@ -49,5 +49,8 @@ C -->|bundle| F[umd];
4949
[stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/napi/argv-strided-int32array
5050
[production-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/tree/production
5151
[deno-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/tree/deno
52+
[deno-readme]: https://github.com/stdlib-js/napi-argv-strided-int32array/blob/deno/README.md
5253
[umd-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/tree/umd
53-
[esm-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/tree/esm
54+
[umd-readme]: https://github.com/stdlib-js/napi-argv-strided-int32array/blob/umd/README.md
55+
[esm-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/tree/esm
56+
[esm-readme]: https://github.com/stdlib-js/napi-argv-strided-int32array/blob/esm/README.md

0 commit comments

Comments
 (0)