bimatter-viewer-react 0.0.2 → 0.0.4

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 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,7 @@ React viewer for Bimatter `.bmt` model.
5
5
  All about us you can see on our website [Bimatter](https://bimatter.ru/)
6
6
 
7
7
  Vanila js viewer core: [bimatter-viewer](https://www.npmjs.com/package/bimatter-viewer?activeTab=code)
8
+
8
9
  Write your issuse here: [GitHub](https://github.com/rkaeplive/bimatter-viewer/issues)
9
10
 
10
11
  ## Create A New React + Vite + TypeScript Project
@@ -237,11 +238,3 @@ function App() {
237
238
  );
238
239
  }
239
240
  ```
240
-
241
- ## Publish
242
-
243
- ```bash
244
- npm run build:lib
245
- npm pack --dry-run
246
- npm publish
247
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimatter-viewer-react",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",