albertinad / brackets-bower

Bower integration in Brackets.
MIT License
47 stars 9 forks source link

Wrong project dependencies listed after executing "install" command #54

Closed albertinad closed 9 years ago

albertinad commented 9 years ago

After executing the "install" command to install packages from the bower.json file, the project dependencies list contains packages that are not direct dependencies of the project but from the direct dependencies. After refreshing the current bower directory, the project packages list is correct.

Expected: only direct project dependencies should be listed.