Closed rishson closed 7 years ago
We should remove the dojo/stores dep from the boilerplate package.json. Whilst the dojo/stores dep is OK in itself, it has a peer dep of dojo/compose so will raise warning on running dojo create if compose is not found.
dojo/stores
package.json
dojo/compose
dojo create
compose
Issue moved to dojo/cli-create-app #60 via ZenHub
We should remove the
dojo/stores
dep from the boilerplatepackage.json
. Whilst thedojo/stores
dep is OK in itself, it has a peer dep ofdojo/compose
so will raise warning on runningdojo create
ifcompose
is not found.