felangel / bloc.js

A predictable state management library that helps implement the BLoC design pattern in JavaScript
https://bloclibrary.dev
190 stars 22 forks source link

fix-tsconfig-generate-wrong-dist #7

Closed Tokenyet closed 4 years ago

Tokenyet commented 4 years ago

After npm install @felangel/react-bloc, I found out there is something wrong with the dist sturcture, so I think this should be fix as quick as possible to let package usable with other project πŸ˜„

Before: image

After: image

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         108    108           
  Branches        8      8           
=====================================
  Hits          108    108

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 2b3a576...cd96dba. Read the comment docs.