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

Feature: ES modules #27

Merged
merged 8 commits into from
Apr 12, 2020
Merged

Feature: ES modules #27

merged 8 commits into from
Apr 12, 2020

Conversation

flo-sch
Copy link
Owner

@flo-sch flo-sch commented Apr 12, 2020

No description provided.

compile to ESM and CommonJS

BREAKING CHANGE: internal file structure has been changed and root index.js has been removed
use jsonfile straight and internal array helpers instead
@codecov-io
Copy link

codecov-io commented Apr 12, 2020

Codecov Report

Merging #27 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         6    +2     
  Lines           38        39    +1     
  Branches         9        12    +3     
=========================================
+ Hits            38        39    +1     
Impacted Files Coverage Δ
lib/contributors/get-contributors-from-commits.js 100.00% <100.00%> (ø)
lib/contributors/merge-contributors.js 100.00% <100.00%> (ø)
lib/contributors/save-contributors.js 100.00% <100.00%> (ø)
lib/helpers/sort-by.js 100.00% <100.00%> (ø)
lib/helpers/uniq-by.js 100.00% <100.00%> (ø)
lib/steps/prepare.js 100.00% <100.00%> (ø)
... and 2 more

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 e5c6c2a...e457147. Read the comment docs.

@flo-sch
Copy link
Owner Author

flo-sch commented Apr 12, 2020

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

2 participants