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

Browserify compatibility #206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Browserify compatibility #206

wants to merge 2 commits into from

Conversation

thorne51
Copy link

I ran into an issue trying to require the jquery-steps module in my app.js on my Laravel 5.2 project. Turns out all that was needed was a declaration of the main file in the package.json file.

Added the main property to package.json pointing to the main distributable file. This is to provide compatibility with browserify and require() functions.
Declared main file in package.json
@jonashaag
Copy link

👍 please merge this

@br4nnigan
Copy link

I guess this ain't happening

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.

3 participants