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

Fix dependencies #1096

Merged
merged 1 commit into from
Apr 11, 2017
Merged

Fix dependencies #1096

merged 1 commit into from
Apr 11, 2017

Conversation

satya164
Copy link
Contributor

The kind of change this PR does introduce

  • a bug fix
  • a new feature
  • an update to the documentation
  • a code change that improves performance
  • other

Current behaviour

Trying to build a bundle after running yarn --production fails, because base64-arraybuffer and has-cors are not installed

New behaviour

Trying to build a bundle after running yarn --production works

Other information (e.g. related issues)

base64-arraybuffer and has-cors were in devDependencies, which made it impossible to build with yarn --production, because yarn --production/npm --production won't install devDependencies

Few dependencies were in devDependencies, which made it impossible to build with `yarn --production`
@rauchg rauchg merged commit 3f19445 into socketio:master Apr 11, 2017
@satya164 satya164 deleted the patch-1 branch April 11, 2017 18:42
@darrachequesne darrachequesne added this to the 2.0.0 milestone Jun 1, 2017
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