codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

fix(package): point to dist instead of lib #417

Closed ryanclark closed 5 years ago

ryanclark commented 5 years ago

This PR contains a:

Motivation / Use-Case

Build is now outputting to the dist/ folder and package.json was targeted at lib/, this fixes that

Closes #415, #416

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #417   +/-   ##
=======================================
  Coverage   40.63%   40.63%           
=======================================
  Files           3        3           
  Lines         219      219           
  Branches       48       48           
=======================================
  Hits           89       89           
  Misses        107      107           
  Partials       23       23

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 737f5bc...93801e3. Read the comment docs.