Skip to content

Commit

Permalink
Added --save-dev to readme
Browse files Browse the repository at this point in the history
I think it would make sense to add the `--save-dev` flag, since this would mean `standard` is installed when people clone and `npm install` a project. Since one advantage is that teams have a common base, this seems to be a typical use case.
  • Loading branch information
Lukas Oppermann committed Jan 7, 2017
1 parent 2b9afb6 commit a58296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This module saves you (and others!) time in two ways:
Install with:

```
npm install standard
npm install standard --save-dev
```

### The Rules
Expand Down

0 comments on commit a58296f

Please sign in to comment.