@tsmodule/tsmodule 41.41.0 → 42.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
<h1>TypeScript Module Toolkit</h1>
|
|
4
4
|
</div>
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
Create standardized TypeScript ESM packages for Node or browser. Includes
|
|
7
|
+
`--bundle` and `--binary` build options, powered by
|
|
8
|
+
[**esbuild**](https://github.com/evanw/esbuild).
|
|
8
9
|
|
|
9
10
|
**Table of contents**
|
|
10
11
|
|
package/package.json
CHANGED