Skip to content

Commit b66f1db

Browse files
committed
Remove HTML elements with comments
1 parent 6d720ae commit b66f1db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dist/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The excluded packages can significantly inflate bundle size, and, if desired, sh
7373
</script>
7474
```
7575

76-
<div id="main-bundle">
76+
<!-- <bundle-stats files="stdlib-flat.js,stdlib-tree.js,stdlib-flat.min.js,stdlib-flat.min.js.gz"> -->
7777

78-
</div>
78+
<!-- </bundle-stats> -->
7979

8080
#### Datasets
8181

@@ -90,9 +90,9 @@ The dataset bundle, `stdlib-datasets-tree`, contains all datasets and exposes th
9090
</script>
9191
```
9292

93-
<div id="datasets-bundle">
93+
<!-- <bundle-stats files="stdlib-datasets-tree.min.js,stdlib-datasets-tree.min.js.gz"> -->
9494

95-
</div>
95+
<!-- </bundle-stats> -->
9696

9797
#### REPL
9898

@@ -112,9 +112,9 @@ The REPL bundle, `stdlib-repl`, contains all packages exposed via the project RE
112112
</script>
113113
```
114114

115-
<div id="repl-bundle">
115+
<!-- <bundle-stats files="stdlib-repl.min.js,stdlib-repl.min.js.gz"> -->
116116

117-
</div>
117+
<!-- </bundle-stats> -->
118118

119119
</section>
120120

0 commit comments

Comments
 (0)