@xy-planning-network/trees 0.10.0-rc1 → 0.10.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.
package/README.md CHANGED
@@ -47,10 +47,10 @@ Trees is our attempt at unifying the frontend code we've written to power a smal
47
47
 
48
48
  ## Install
49
49
 
50
- Install trees and mitt into an existing Vue project - assumes npm version >= 7
50
+ Install trees into an existing Vue project - assumes npm version >= 7
51
51
 
52
52
  ```sh
53
- npm i @xy-planning-network/trees mitt
53
+ npm i @xy-planning-network/trees
54
54
  ```
55
55
 
56
56
  Additional peer dependecies will be installed by NPM. If you are using NPM < 7 you may need to explicitly install peer dependencies.