Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install as dev dependency #65

Merged
merged 1 commit into from
Mar 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Install as dev dependency
  • Loading branch information
epalmans committed Feb 15, 2019
commit 6db7bdd155b31592971411efee0d7b6b3f4bcb92
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Before you get started, make sure you're using `laravel-mix` version 2.1 or high
You can install the package with yarn or npm:

```bash
yarn add laravel-mix-purgecss
yarn add laravel-mix-purgecss --dev
```

```bash
npm install laravel-mix-purgecss
npm install laravel-mix-purgecss --save-dev
```

Then install the extension by requiring the module in your Mix configuration.
Expand Down