mobx-react-use-autorun 1.0.9 → 1.0.10

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 +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,17 +13,11 @@ In the project directory, you can run:<br/>
13
13
  ### `npm test`
14
14
 
15
15
  Run all unit tests.<br/>
16
- See the section about [running tests](https://www.cypress.io) for more information.<br/>
17
16
 
18
- ### `npm run build`
19
-
20
- Builds the app for production to the `build` folder.<br/>
21
- It correctly bundles React in production mode and optimizes the build for the best performance.<br/>
22
17
 
23
- The build is minified and the filenames include the hashes.<br/>
24
- Your app is ready to be deployed!<br/>
18
+ ### `npm run build`
25
19
 
26
- See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.<br/>
20
+ Builds the files for production to the `dist` folder.<br/>
27
21
 
28
22
  ### `npm publish`
29
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-react-use-autorun",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "React Hook for mobx",
5
5
  "scripts": {
6
6
  "build": "npm install -g typescript@4.6.3 @types/node@17.0.23 ts-node@10.7.0 cross-env@7.0.3 && cross-env TS_NODE_SKIP_PROJECT=true ts-node bin/mobx_react_build.ts",