Skip to content

Commit 33f9ba5

Browse files
committed
feat: migrate to npm
1 parent 3bc5844 commit 33f9ba5

File tree

4 files changed

+11020
-3725
lines changed

4 files changed

+11020
-3725
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Inspectable - Make the output of a class instance in the console meaningful
1212
## Installation
1313
> **[Node.js](https://nodejs.org/) 12.0.0 or newer is required**
1414
15-
### Yarn
15+
### NPM
1616
Recommended
1717
```
18-
yarn add inspectable
18+
npm i inspectable
1919
```
2020

21-
### NPM
21+
### Yarn
2222
```
23-
npm i inspectable
23+
yarn add inspectable
2424
```
2525

2626
## Example usage

0 commit comments

Comments
 (0)