Skip to content

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDutchenko committed Feb 13, 2021
1 parent c20c824 commit 2fc0da6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

## Packages:

1. [@wezom/browserizr](https://github.com/WezomCompany/browserizr/blob/main/packages/browserizr/README.md#readme)
1. CommonJS distribution version [@wezom/browserizr-cjs](https://github.com/WezomCompany/browserizr/blob/main/packages/browserizr-cjs/README.md#readme)
1. [@wezom/browserizr](https://github.com/WezomCompany/browserizr/blob/master/packages/browserizr/README.md#readme)
1. CommonJS distribution version [@wezom/browserizr-cjs](https://github.com/WezomCompany/browserizr/blob/master/packages/browserizr-cjs/README.md#readme)

---

Expand Down
8 changes: 7 additions & 1 deletion packages/browserizr-cjs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# @wezom/browserizr-cjs

![types](https://img.shields.io/badge/types-TypeScript-blue)
[![BSD-3-Clause License badge](https://img.shields.io/github/license/WezomCompany/browserizr)](https://github.com/WezomCompany/browserizr/blob/master/LICENSE)
[![NPM package badge](https://img.shields.io/badge/npm-install-orange.svg)](https://www.npmjs.com/package/@wezom/browserizr-cjs)
![All packages build](https://github.com/WezomCompany/browserizr/workflows/All%20packages%20build/badge.svg)
![All packages test](https://github.com/WezomCompany/browserizr/workflows/All%20packages%20test/badge.svg)

**This is CommonJS distribution version.**

See full description in the original package [@wezom/browserizr](https://github.com/WezomCompany/browserizr/blob/main/packages/browserizr/README.md#readme)
See full description in the original package [@wezom/browserizr](https://github.com/WezomCompany/browserizr/blob/master/packages/browserizr/README.md#readme)

---

Expand Down
6 changes: 4 additions & 2 deletions packages/browserizr/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# `browserizr`
# @wezom/browserizr

![types](https://img.shields.io/badge/types-TypeScript-blue)
[![BSD-3-Clause License badge](https://img.shields.io/github/license/WezomCompany/browserizr)](https://github.com/WezomCompany/browserizr/blob/master/LICENSE)
[![NPM package badge](https://img.shields.io/badge/npm-install-orange.svg)](https://www.npmjs.com/package/@wezom/browserizr)
![All packages build](https://github.com/WezomCompany/browserizr/workflows/All%20packages%20build/badge.svg)
![All packages test](https://github.com/WezomCompany/browserizr/workflows/All%20packages%20test/badge.svg)

## Coverage

Expand Down Expand Up @@ -103,7 +105,7 @@ _The package [`babel-loader-exclude-node-modules-except`](https://www.npmjs.com/

If you cannot change your bundler config or if you do not want to include _ESNext_ code version into your project - for this we have compiled CommonJS distribution version.

You can install [`@wezom/browserizr-cjs`](https://github.com/WezomCompany/browserizr/blob/main/packages/browserizr-cjs/README.md#readme) instead of the current package.
You can install [`@wezom/browserizr-cjs`](https://github.com/WezomCompany/browserizr/blob/master/packages/browserizr-cjs/README.md#readme) instead of the current package.

### Install the chosen npm package

Expand Down

0 comments on commit 2fc0da6

Please sign in to comment.