Skip to content

Commit

Permalink
Merge pull request #125 from dante01yoon/dante01yoon-patch-1
Browse files Browse the repository at this point in the history
Update: from npm v7, no need to install superjson
  • Loading branch information
Skn0tt authored May 2, 2022
2 parents 76083d3 + 40aa8ba commit c1802c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ Install the library with your package manager of choice, e.g.:
npm install babel-plugin-superjson-next
```

Since this is a companion to [SuperJSON](https://github.com/blitz-js/superjson),
Since this is a companion to [SuperJSON](https://github.com/blitz-js/superjson),
make sure it's also installed:

```
npm install superjson
```

> for npm 7 or later, you can skip this since from npm v7 automatically installs peer dependencies
Add the plugin to your `.babelrc`.
If you don't have one, create it.

Expand Down

0 comments on commit c1802c6

Please sign in to comment.