Skip to content

Commit

Permalink
fix: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jednano committed Aug 27, 2019
1 parent 800ed99 commit f02e9f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ zero-runtime CSS in JS library in a create react app.
First, follow craco's
[installation instructions](https://github.com/sharegate/craco/blob/master/packages/craco/README.md#installation).

Then, install `craco-linaria`:
Then, install `craco-linaria` and [Linaria][]:

```bash
$ npm install --save craco-linaria
$ npm install --save-dev craco-linaria linaria
```

## Usage
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@
"branch": "master"
},
"peerDependencies": {
"@craco/craco": "^5",
"react-scripts": "^3"
"@craco/craco": "5.x",
"linaria": "1.x",
"react-scripts": "3.x"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
Expand Down

0 comments on commit f02e9f9

Please sign in to comment.