Skip to content

Commit

Permalink
chore: updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Mar 25, 2024
1 parent 071bc19 commit c95d6e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ Validate your `package.json` exports actually exist, have valid syntax, and can

## Install

```shell
pnpm add validate-package-exports -D
```

```shell
npm i validate-package-exports -D
```

```shell
yarn add validate-package-exports -D
```

## Options

| Flag | Description | Default value | Required |
Expand Down

0 comments on commit c95d6e0

Please sign in to comment.