Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reading bower.json and .bower.json files #13

Closed
wants to merge 1 commit into from

Conversation

nover
Copy link

@nover nover commented Feb 26, 2016

Some external libraries comes with only a .bower.json file which then leads to errors in bower-resolve.
Using fs.existsSync to check for file existance and then reading in one of the existing files.

Should fix issue #11

Some external libraries comes with only a .bower.json file which then leads to errors in bower-resolve.
Using fs.existsSync to check for file existance.
@nover
Copy link
Author

nover commented Feb 26, 2016

I see this is already covered in pull request 12 so closing this again.

@nover nover closed this Feb 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant