@effection/events
Advanced tools
Comparing version 0.6.0-12458bd to 0.6.0-5fb2c3e
{ | ||
"name": "@effection/events", | ||
"version": "0.6.0-12458bd", | ||
"version": "0.6.0-5fb2c3e", | ||
"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", | ||
@@ -30,3 +29,3 @@ "expect": "^25.4.0", | ||
}, | ||
"peerDependencies": { | ||
"dependencies": { | ||
"effection": "^0.6.0" | ||
@@ -33,0 +32,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
2467
+ Addedeffection@^0.6.0