kentcdodds / babel-plugin-macros

🎣 Allows you to build simple compile-time libraries
https://npm.im/babel-plugin-macros
MIT License
2.62k stars 135 forks source link

chore: fix build #184

Closed TrySound closed 2 years ago

TrySound commented 2 years ago

What:

Probably the new kcd-scripts introduced new lint rule or something. Lack of lockfile made build less reproducible.

Why:

How:

Checklist:

TrySound commented 2 years ago

cc @conartist6

codecov[bot] commented 2 years ago

Codecov Report

Merging #184 (37e7925) into main (d613985) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #184   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          130       131    +1     
  Branches        38        39    +1     
=========================================
+ Hits           130       131    +1     
Impacted Files Coverage Δ
src/index.js 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 6801972...37e7925. Read the comment docs.

TrySound commented 2 years ago

Works!