Skip to content

Commit 7c6c5f6

Browse files
committed
end of ws
1 parent 422544f commit 7c6c5f6

File tree

9 files changed

+1052
-16
lines changed

9 files changed

+1052
-16
lines changed

examples/02-npm-basics/NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Topics:
2828
- Package-lock
2929
- SEMVER: 1.2.3 (Major.Minor.Patch)
3030
- Semver ranges: ^ (for minor) and ~ (for patch)
31-
- `^1.0.0` in package.json means we're eligible to be using `1.1.0` in package-lock
31+
- `^1.2.0` in package.json means we're eligible to be using `1.1.0` in package-lock
3232
- Installing specific versions: `npm install package@1.0`
3333
- Uninstalling via `npm uninstall <package>`
3434

0 commit comments

Comments
 (0)