Skip to content

Commit d634e41

Browse files
738IvanGoncharov
authored andcommitted
Update npm install command (deprecated --dev option)
1 parent a7d5404 commit d634e41

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
@@ -19,7 +19,7 @@ information for TypeScript projects. This module depends on 'graphql' and the No
1919
types, so install `@types/graphql` and `@types/node`:
2020

2121
```sh
22-
$ npm install --save --dev @types/graphql @types/node
22+
$ npm install --save-dev @types/graphql @types/node
2323
```
2424

2525
## Simple Setup

0 commit comments

Comments
 (0)