@ptolemy2002/react-mount-effects 1.0.0 → 1.0.1

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,12 @@ For now, the library makes use of React 18 and does not use TypeScript.
5
5
  ## Commands
6
6
  The following commands exist in the project:
7
7
 
8
+ - `npm run uninstall` - Uninstalls all dependencies for the library
9
+ - `npm run reinstall` - Uninstalls and then Reinstalls all dependencies for the library
10
+ - `npm run example-uninstall` - Uninstalls all dependencies for the example app
11
+ - `npm run example-install` - Installs all dependencies for the example app
12
+ - `npm run example-reinstall` - Uninstalls and then Reinstalls all dependencies for the example app
13
+ - `npm run example-start` - Starts the example app after building the library
8
14
  - `npm run build` - Builds the library
9
15
  - `npm run release` - Publishes the library to npm without changing the version
10
16
  - `npm run release-patch` - Publishes the library to npm with a patch version bump
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptolemy2002/react-mount-effects",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "index.js"