@tsmodule/tsmodule 27.0.1 → 27.0.2

Sign up to get free protection for your applications and to get access to all the features.
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",