@juliocesar-io/nano-protein-viewer-react 0.0.6 → 0.0.7

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,8 +12,6 @@ This project brings the Mol\*-powered molecular visualization experience to the
12
12
  pnpm install @juliocesar-io/nano-protein-viewer-react
13
13
  ```
14
14
 
15
- Peer deps: `react`, `react-dom`, `molstar`.
16
-
17
15
  ## Use in your app
18
16
 
19
17
  ```tsx
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@juliocesar-io/nano-protein-viewer-react",
3
3
  "private": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "vite build",