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 for browserify/webpack compatibility. #36

Merged
merged 2 commits into from May 24, 2019
Merged

Fix for browserify/webpack compatibility. #36

merged 2 commits into from May 24, 2019

Conversation

barissenkal
Copy link
Contributor

Checking process.stdout != undefined before checking process.stdout.isTTY to make sure colorette can be used by other node modules that work with tools like browserify and webpack.

Making sure `process.stdout` is not `undefined` before checking `process.stdout.isTTY` to make sure colorette can be used by other node modules that work with tools like browserify and webpack.
@codecov-io
Copy link

codecov-io commented May 22, 2019

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #36   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           8      8           
=====================================
  Hits            8      8
Impacted Files Coverage Δ
index.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8da528c...394aadc. Read the comment docs.

index.js Outdated Show resolved Hide resolved
@jorgebucaran jorgebucaran merged commit 0af1b0f into jorgebucaran:master May 24, 2019
@kibertoad
Copy link
Collaborator

@jorgebucaran Any chance you could publish a release with this fix?

@jorgebucaran
Copy link
Owner

jorgebucaran commented May 31, 2019

@kibertoad My bad. 1.0.8 is available now. 🎉

Thank you, @barissenkal! 👋

@barissenkal barissenkal deleted the patch-1 branch May 31, 2019 14:52
@kibertoad
Copy link
Collaborator

Thanks a lot!

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.

None yet

4 participants