Skip to content

Commit 16e65f5

Browse files
committed
Add qualifiers
1 parent 84e44ba commit 16e65f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If no recognized module system is present, access bundle contents via the global
6464

6565
#### Main
6666

67-
The main bundles, `stdlib-flat` and `stdlib-tree`, contain all packages except for
67+
The main bundles, `stdlib-flat` and `stdlib-tree`, contain all **browser compatible** packages except for
6868

6969
- [`@stdlib/repl`][@stdlib/repl]: REPL environment.
7070
- [`@stdlib/namespace`][@stdlib/namespace]: global alias namespace.
@@ -124,7 +124,7 @@ The dataset bundle, `stdlib-datasets-tree`, contains all datasets and exposes th
124124

125125
#### REPL
126126

127-
The REPL bundle, `stdlib-repl`, contains all packages exposed via the project REPL and exposes a single `function` which attaches exports to a provided context.
127+
The REPL bundle, `stdlib-repl`, contains all **browser compatible** packages exposed via the project REPL and exposes a single `function` which attaches exports to a provided context.
128128

129129
```html
130130
<script type="text/javascript" src="/path/to/stdlib-repl.min.js"></script>

0 commit comments

Comments
 (0)