Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bower.json should have a main parameter pointing to the distribution #1521

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

Closed
wants to merge 1 commit into from
Closed

Conversation

CMCDragonkai
Copy link

The main parameter in bower.json:

https://github.com/bower/bower.json-spec#main
bower/bower#393

Can be used by package managers or build tools to work with the jQuery project automatically.

For example, debowerify used with browserify will allow you to require "jquery" as a dependency in browserify. However this does not work currently without the main parameter above.

The main parameter:

https://github.com/bower/bower.json-spec#main
bower/bower#393

Can be used by package managers or build tools to work with the jQuery project automatically.

For example, debowerify used with browserify will allow you to require "jquery" as a dependency in browserify. However this does not work currently without the main parameter above.
@dmethvin
Copy link
Member

Did you see gh-1516?

@CMCDragonkai
Copy link
Author

No I didn't! It was only 2 days ago.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants