Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update npm install command (deprecated --dev option)
Browse files Browse the repository at this point in the history
  • Loading branch information
738 authored and IvanGoncharov committed Feb 19, 2020
1 parent a7d5404 commit d634e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ information for TypeScript projects. This module depends on 'graphql' and the No
types, so install `@types/graphql` and `@types/node`:

```sh
$ npm install --save --dev @types/graphql @types/node
$ npm install --save-dev @types/graphql @types/node
```

## Simple Setup
Expand Down

0 comments on commit d634e41

Please sign in to comment.