Skip to content

Commit e865681

Browse files
authored
fix: Incorrect syntax for package.json (#1879)
1 parent 603831e commit e865681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/fundamentals/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can also use a `"dependencies"` field in `package.json`:
6767
```json title="package.json"
6868
{
6969
"dependencies": {
70-
"express": "express@^1.0.0"
70+
"express": "^1.0.0"
7171
}
7272
}
7373
```

0 commit comments

Comments
 (0)