openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

FIX: Change main in package.json #63

Closed akshetpandey closed 6 years ago

akshetpandey commented 6 years ago

The file being pointed to was incorrect causing import errors in any packager using main instead of module

TMSCH commented 6 years ago

This PR breaks the Travis build.

akshetpandey commented 6 years ago

I can run the tests locally and they pass, can you rerun travis... pretty sure it was just a CI issue since the build logs are empty

codecov-io commented 6 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   91.44%   91.46%   +0.02%     
==========================================
  Files          34       34              
  Lines        1496     1500       +4     
  Branches      198      200       +2     
==========================================
+ Hits         1368     1372       +4     
  Misses        128      128
Impacted Files Coverage Δ
ts/api/api.ts 91.06% <0%> (+0.15%) :arrow_up:

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 fdd07ac...0844012. Read the comment docs.