mathbox-react 0.0.14-rc1 → 0.0.14-rc3

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
@@ -27,11 +27,4 @@ const SimpleExample: React.FC = () => (
27
27
  )
28
28
 
29
29
  export default SimpleExample
30
- ```
31
-
32
- ## Development
33
- The project uses [Yarn](https://yarnpkg.com/getting-started/install) and includes two [Yarn Workspaces](https://yarnpkg.com/features/workspaces):
34
- - [mathbox-react](./mathbox-react/) The actual package code, pbulished to NPM
35
- - [examples](./example/) Examples using `mathbox-react`.
36
-
37
- See individual `package.json` files for available commands. In general, commands should be run via `yarn`, not `npm`. E.g., `yarn install` or `yarn lint`.
30
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mathbox-react",
3
- "version": "0.0.14-rc1",
3
+ "version": "0.0.14-rc3",
4
4
  "description": "React wrapper for Mathbox",
5
5
  "license": "ISC",
6
6
  "repository": {