@tsmodule/tsmodule 27.0.0 → 27.0.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ---
7
7
 
8
- ### Quickly create TypeScript projects with **`tsmodule create`**
8
+ #### Quickly create TypeScript projects with **`tsmodule create`**
9
9
 
10
10
  Supports React via TSX/JSX. Ready with zero config:
11
11
 
@@ -13,12 +13,12 @@ Supports React via TSX/JSX. Ready with zero config:
13
13
  - ESLint + TypeScript configs
14
14
  - CI/CD with GitHub Actions
15
15
 
16
- ### Build TypeScript to pure ESM with **`tsmodule build`**
16
+ #### Build TypeScript to pure ESM with **`tsmodule build`**
17
17
 
18
18
  - No more polyfilling to CJS or older featuresets
19
19
  - Use latest syntax in source, leave backporting to downstream consumers
20
20
 
21
- ### Dev mode with **`tsmodule dev`**
21
+ #### Dev mode with **`tsmodule dev`**
22
22
 
23
23
  - Build and watch for changes
24
24
 
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.0",
5
+ "version": "27.0.1",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "TypeScript Module loader and compiler",
8
8
  "license": "MIT",