Commit ae36f2d
Fix version in CHANGELOG npm install command (#557)
For the 0.4.0 CHANGELOG entry, the npm install command should be:
```
npm install --save-dev --save-exact [email protected]
```
Not:
```
npm install --save-dev --save-exact [email protected]
```1 parent 05fc913 commit ae36f2d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments