@wiris/mathtype-viewer 1.2.1 → 1.3.0

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.
package/README.md CHANGED
@@ -49,8 +49,16 @@ yarn build
49
49
  ```
50
50
 
51
51
  to compile the package.
52
- The output will be found in `dist/`.
52
+ The output will be found in `viewer/dist`.
53
53
 
54
+ If you want to compile the package in development mode
55
+ Then run
56
+
57
+ ```sh
58
+ yarn build-dev
59
+ ```
60
+
61
+ The output will be found in `viewer/dist`.
54
62
 
55
63
  ## Documentation
56
64