diff --git a/interactor.js b/interactor.js index eecb4d0..88a8b08 100644 --- a/interactor.js +++ b/interactor.js @@ -1,4 +1,4 @@ -import { Stream } from './stream.js'; +import { Stream } from 'stream'; export class Interactor { _actions = new Stream(); diff --git a/package.json b/package.json index e419c21..f0d3fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactor", - "version": "1.0.5", + "version": "1.0.6", "description": "Cross-element communications and state management utility.", "author": "Bryce Thorup", "type": "module",