msa-parsers 5.7.0 → 5.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,7 @@ Part of [react-msaview](../) (JBrowseMSA).
8
8
  ## Installation
9
9
 
10
10
  ```bash
11
- npm install msa-parsers
12
- # or
13
- yarn add msa-parsers
11
+ pnpm add msa-parsers
14
12
  ```
15
13
 
16
14
  ## Supported formats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msa-parsers",
3
- "version": "5.7.0",
3
+ "version": "5.7.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {