Skip to content

Commit

Permalink
Merge pull request #23 from ndbroadbent/fix-installation-instructions
Browse files Browse the repository at this point in the history
craco should actually be added to the project "dependencies", and not "devDependencies"
  • Loading branch information
patricklafrance authored Nov 13, 2018
2 parents 54d2d0d + 0e8c2d8 commit cfb0e2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/craco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ By doing this you're breaking the ["guarantees"](https://github.com/facebookincu
Install the plugin from **npm**:

```bash
$ npm install @craco/craco --save-dev
$ yarn add @craco/craco

# OR

$ npm install @craco/craco --save
```

Create a `craco.config.js` file in the root directory:
Expand Down

0 comments on commit cfb0e2c

Please sign in to comment.