File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
``` sh
19
19
# npm
20
- npx automd@0.3.2 .
20
+ npx automd@0.3.3 .
21
21
22
22
# pnpm
23
- pnpm dlx automd@0.3.2 .
23
+ pnpm dlx automd@0.3.3 .
24
24
25
25
# bun
26
- bunx automd@0.3.2 .
26
+ bunx automd@0.3.3 .
27
27
```
28
28
29
29
<!-- /automd -->
@@ -34,27 +34,27 @@ bunx automd@0.3.2 .
34
34
35
35
``` sh
36
36
# ✨ Auto-detect
37
- npx nypm i -D automd@^0.3.2
37
+ npx nypm i -D automd@^0.3.3
38
38
```
39
39
40
40
``` sh
41
41
# npm
42
- npm install -D automd@^0.3.2
42
+ npm install -D automd@^0.3.3
43
43
```
44
44
45
45
``` sh
46
46
# yarn
47
- yarn add -D automd@^0.3.2
47
+ yarn add -D automd@^0.3.3
48
48
```
49
49
50
50
``` sh
51
51
# pnpm
52
- pnpm install -D automd@^0.3.2
52
+ pnpm install -D automd@^0.3.3
53
53
```
54
54
55
55
``` sh
56
56
# bun
57
- bun install -D automd@^0.3.2
57
+ bun install -D automd@^0.3.3
58
58
```
59
59
60
60
<!-- /automd -->
You can’t perform that action at this time.
0 commit comments