This addon should only detect memory leaks in addons and apps that directly depend on this package.
If ember-cli-example-addon installs ember-cli-memory-leak-detector, we should not run memory leak detection in consumers of ember-cli-example-addon (unless that consumer app also directly depends on ember-cli-memory-leak-detector).
This addon should only detect memory leaks in addons and apps that directly depend on this package. If
ember-cli-example-addon
installsember-cli-memory-leak-detector
, we should not run memory leak detection in consumers ofember-cli-example-addon
(unless that consumer app also directly depends onember-cli-memory-leak-detector
).