peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

fix Asynch Module Definition #200

Closed esfoden closed 4 years ago

esfoden commented 4 years ago

When using require.js define now correctly returns bigInt instead of undefined.

The minimized version still needs to be updated.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 94.318% when pulling baad81a1e8565bef27f414533d4bae162f36335a on esfoden:master into c012f0af01846b3de0d54fe0075f4c6e037fe412 on peterolson:master.

peterolson commented 4 years ago

Thanks! I ran the minifier and published a new npm version.