mattrglobal / bbs-signatures

An implementation of BBS+ signatures for node and browser environments
Apache License 2.0
109 stars 30 forks source link

build: remove es module support for simplification #94

Closed tplooker closed 3 years ago

tplooker commented 3 years ago

Description

Supporting both an ES module version and CJS version of this library was causing complications upstream, so the process has been simplified to only output only a CJS that is compatible with both NodeJS and browser

Motivation and Context

See above

Does this PR introduce a breaking change?

Which merge strategy will you use?