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

Fixes mikepb/react-draggable#2 #3

Closed
wants to merge 1 commit into from
Closed

Fixes mikepb/react-draggable#2 #3

wants to merge 1 commit into from

Conversation

ranweiler
Copy link

See: #2

The previous package.json applied a global Browserify transform
without requiring it as a production dependency. This caused Browserify
bundling to fail unless it was installed elsewhere. The use of require
was also broken, because react was not a production dependency. This
just fixes these minor configuration issues by removing the transform
and making react a production dependency.

The previous `package.json` applied a global Browserify transform
without requiring it as a production dependency. This caused Browserify
bundling to fail unless it was installed elsewhere. The use of `require`
was also broken, because `react` was not a production dependency. This
just fixes these minor configuration issues by removing the transform
and making `react` a productiond dependency.
@mikepb mikepb closed this in 9d31268 Mar 4, 2015
@ranweiler ranweiler deleted the bugfix/dependencies branch March 4, 2015 17:19
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