Skip to content

Commit e843478

Browse files
docs(fix): install hast types in development only
Signed-off-by: Felix Ranesberger <[email protected]>
1 parent 08305dc commit e843478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you are using TypeScript,
8484
you can use the hast types by installing them with npm:
8585

8686
```sh
87-
npm install @types/hast
87+
npm install @types/hast -D
8888
```
8989

9090
## Nodes (abstract)

0 commit comments

Comments
 (0)