Skip to content

Commit

Permalink
Tweak version req
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 19, 2019
1 parent 8871ee0 commit 57cc2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/008-npm-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirement, need to be declare. This RFC proposes doing this in a
```json
{
"dependencies": {
"foo": "1.0.1"
"foo": "^1.0.1"
}
}
```
Expand Down

0 comments on commit 57cc2dc

Please sign in to comment.