Skip to content

Commit

Permalink
docs(kitsu-core): remove node 12 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored May 7, 2020
1 parent 6540e39 commit 45f20bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/kitsu-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@

| Package | Package<br> Size\* | Node | Chrome | Firefox | Safari | Edge |
| ------------: | :----------------: | :--: | :----: | :-----: | :----: | :--: |
| `kitsu-core` | ≤ 1.4 kb | 10+ | 79+ | 68+ | 12.1+ | 18+ |
| `kitsu-core` | ≤ 1.4 kb | 10+ | 79+ | 68+ | 12.1+ | 18+ |

\* Including all dependencies, minified & gzipped<br>

[Changes in Node 12][node12esm] and newer require the full path to be used if using ES Modules: `kitsu-core/index.mjs`

## Install

### Yarn / NPM
Expand Down Expand Up @@ -526,5 +524,3 @@ All code released under [MIT]
[contributing]: https://github.com/wopian/kitsu/blob/master/CONTRIBUTING.md

[mit]: https://github.com/wopian/kitsu/blob/master/LICENSE.md

[node12esm]: http://2ality.com/2019/04/nodejs-esm-impl.html#es-modules-on-npm

0 comments on commit 45f20bb

Please sign in to comment.