Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 57cc2dc

Browse files
committed
Tweak version req
1 parent 8871ee0 commit 57cc2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/008-npm-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requirement, need to be declare. This RFC proposes doing this in a
4343
```json
4444
{
4545
"dependencies": {
46-
"foo": "1.0.1"
46+
"foo": "^1.0.1"
4747
}
4848
}
4949
```

0 commit comments

Comments
 (0)