You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ npm install @bref.sh/layers
14
14
15
15
## Version compatibility with Bref
16
16
17
-
This package is compatible with Bref 2.0 and above.
17
+
This package is compatible with Bref 3.0 and above.
18
18
19
19
This NPM package and Bref are compatible as long as they have the same **major** version. For example:
20
20
21
21
- v**2**.x.y of this package is compatible with v**2**.z.w of Bref
22
22
- v**3**.x.y of this package is **NOT** compatible with v**2**.z.w of Bref
23
-
- v**2**.x.y of this package is **NOT** compatible with v**1**.z.w of Bref
23
+
- v**2**.x.y of this package is **NOT** compatible with v**3**.z.w of Bref
24
24
- etc.
25
25
26
26
All minor and patch versions are not important. Only the major version matters. That means you can upgrade Bref separately from upgrading this package (though it's always good to stay on the latest versions).
0 commit comments