Skip to content

Commit

Permalink
fix: upgrade emitter dependency to fix license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Jun 25, 2024
1 parent 66dedde commit 709caa9
Show file tree
Hide file tree
Showing 4 changed files with 890 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var Emitter = require('emitter');
var Emitter = require('component-emitter');

function Stream() {
Emitter.call(this);
Expand Down
Loading

0 comments on commit 709caa9

Please sign in to comment.