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: node 6 compatibility, take 2 (#355) #355

Merged
merged 1 commit into from
Feb 23, 2021
Merged

Conversation

ljharb
Copy link
Contributor

@ljharb ljharb commented Feb 23, 2021

Fixes #351.

@codecov
Copy link

codecov bot commented Feb 23, 2021

Codecov Report

Merging #355 (91a7183) into main (edb2e01) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #355      +/-   ##
==========================================
+ Coverage   96.39%   96.42%   +0.03%     
==========================================
  Files          23       23              
  Lines         194      196       +2     
  Branches       41       42       +1     
==========================================
+ Hits          187      189       +2     
  Misses          7        7              
Impacted Files Coverage Δ
src/parseToRgba.ts 94.73% <ø> (ø)
src/toHex.ts 100.00% <100.00%> (ø)

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 edb2e01...91a7183. Read the comment docs.

@ljharb ljharb changed the title fix: node 6 compatibility, take 2 (#353) fix: node 6 compatibility, take 2 (#355) Feb 23, 2021
@ljharb ljharb mentioned this pull request Feb 23, 2021
src/toHex.ts Outdated Show resolved Hide resolved
src/toHex.ts Outdated Show resolved Hide resolved
@github-actions
Copy link

🎉 This PR is included in version 1.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ljharb ljharb deleted the fix branch February 23, 2021 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work on node 6
2 participants