Skip to content

Commit

Permalink
Merge pull request #16 from vtex-apps/feature/doc-update-peerDependen…
Browse files Browse the repository at this point in the history
…cies

Adding peerDependencies to the installation section
  • Loading branch information
wender authored Sep 21, 2020
2 parents 9acdeb2 + 1463b2b commit fca348b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Doc update `peerDependencies`

## [1.0.4] - 2020-09-21
### Added
- `crowdin.yml` config file

## [1.0.3] - 2020-09-16
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ In addition to that, a brand new route called `/wishlist` is generated, creating
3. Add the Wishlist app to your theme's dependencies in the `manifest.json` file as shown below:

```diff
"dependencies": {
"peerDependencies": {
+ "vtex.wish-list": "1.x"
}
}
```

:information_source: *The Wishlist app can export two theme blocks when added as a dependency: `add-to-list-btn` and `list-context.wishlist`. They are responsible, respectively, for adding the heart icon to other theme blocks and for providing product data to build the `/wishlist` page.*
Expand Down

0 comments on commit fca348b

Please sign in to comment.