AlaskaAirlines / auro-banner

Custom element that ....
https://auro.alaskaair.com/components/auro/banner
Apache License 2.0
0 stars 0 forks source link

Auro Library incorrectly installed in devDependencies #68

Closed chrisfalaska closed 1 month ago

chrisfalaska commented 1 month ago

Please verify the version of auro-banner you have installed

3.0.0

Please describe the bug

  1. Open package.json
  2. Note that "@aurodesignsystem/auro-library": "^2.8.0", is listed inside devDependencies

Reproducing the error

None

Expected behavior

To avoid issues when installing into projects, Auro Library needs to be listed as part of dependencies.

What browsers are you seeing the problem on?

No response

Additional context

First reported in https://github.com/AlaskaAirlines/WC-Generator/issues/573

Exit criteria

  1. Auro Library listed in dependencies
  2. build runs correctly
  3. tests pass