@tsmodule/tsmodule 27.0.1 → 27.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ Supports React via TSX/JSX. Ready with zero config:
22
22
 
23
23
  - Build and watch for changes
24
24
 
25
- ### Run TypeScript directly with **`tsmodule <file>`**
25
+ #### Run TypeScript directly with **`tsmodule <file>`**
26
26
 
27
27
  - Uses Node module loader to resolve TS at runtime
28
28
  - Executable TypeScript files with `#!/usr/bin/env tsmodule`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "27.0.1",
5
+ "version": "27.0.2",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "TypeScript Module loader and compiler",
8
8
  "license": "MIT",