mobx-react-use-autorun 4.0.75 → 4.0.76

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -349,10 +349,6 @@ Builds the files for production to the `dist` folder.<br/>
349
349
 
350
350
  Publish to npm repository<br/>
351
351
 
352
- Pre-step, please run<br/>
353
-
354
- npm login --registry https://registry.npmjs.org
355
-
356
352
  # License
357
353
 
358
354
  This project is licensed under the terms of the [MIT license](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-react-use-autorun",
3
- "version": "4.0.75",
3
+ "version": "4.0.76",
4
4
  "description": "Provide concise usage for mobx in react",
5
5
  "scripts": {
6
6
  "test": "node bin/mobx_react_test.js",