@effection/events
Advanced tools
Comparing version 0.6.0-12458bd to 0.6.0-214ffbf
{ | ||
"name": "@effection/events", | ||
"version": "0.6.0-12458bd", | ||
"version": "0.6.0-214ffbf", | ||
"description": "Helpers for listening to events with effection", | ||
@@ -22,3 +22,2 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/events": "^3.0.0", | ||
"@types/node": "^12.7.11", | ||
@@ -25,0 +24,0 @@ "expect": "^25.4.0", |
@@ -43,3 +43,3 @@ # @effection/events | ||
import { main } from '@effection/node'; | ||
import { once, throwOnErrorEvent } from '@effection/node'; | ||
import { once, throwOnErrorEvent } from '@effection/events'; | ||
@@ -46,0 +46,0 @@ main(function* sayHello() { |
5
2471