File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Internally it uses [untyped](https://untyped.unjs.io/) and [jiti](https://github
27
27
add(1, 2); // 3
28
28
```
29
29
30
-
31
30
<!-- /automd -->
32
31
33
32
<!-- /automd -->
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ The `pm-install` or `pm-i` generator generates installation commands for several
19
19
# ✨ Auto-detect
20
20
npx nypm i -D package-name
21
21
22
- # ✨ Auto-detect
23
- npx nypm i -D package-name
24
-
25
22
# npm
26
23
npm install -D package-name
27
24
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ function renderSchema(
123
123
}
124
124
}
125
125
126
- return lines . join ( "\n" ) ;
126
+ return lines . join ( "\n" ) . trim ( ) ;
127
127
}
128
128
129
129
function parseTags ( lines : string [ ] = [ ] ) {
You can’t perform that action at this time.
0 commit comments