Skip to content

Commit e429be4

Browse files
committed
docs: state the tested matrix in README
Adds a short Requirements section above Quick Start naming the versions exercised in CI. No enforcement change; the peer ranges in package.json remain unchanged so existing installs keep working.
1 parent 3b4ecf8 commit e429be4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This plugin is a highly recommended supplement to the base styled-components lib
66
- better debugging through automatic annotation of your styled components based on their context in the file system, etc.
77
- various types of minification for styles and the tagged template literals styled-components uses
88

9+
## Requirements
10+
11+
This plugin is tested against:
12+
13+
- `@babel/core` `^7`
14+
- `styled-components` `>= 6` (earlier majors may still work but aren't exercised in CI)
15+
916
## Quick start
1017

1118
Install the plugin first:

0 commit comments

Comments
 (0)