arbor-dashboard 1.53.0 → 1.56.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/main.js +13 -13
  3. package/package.json +8 -2
package/README.md CHANGED
@@ -69,7 +69,7 @@ You'll have to have fe-library running in develop mode (or whichever project is
69
69
 
70
70
  ### 1. Clean up node modules (keeping lock files)
71
71
  In both this project root and fe-library/client, run:
72
- ```bash
72
+ ```bash
73
73
  rm -rf node_modules
74
74
  ```
75
75