Compare commits
4 Commits
2102e9c8cf
...
fc4e96ab37
| Author | SHA1 | Date | |
|---|---|---|---|
| fc4e96ab37 | |||
| 7af635a19b | |||
| 665dd28f93 | |||
| e026dcdb15 |
2
index.js
2
index.js
@@ -1,2 +0,0 @@
|
|||||||
import { Interactor, Action, Reaction } from "./interactor.js";
|
|
||||||
export { Interactor, Action, Reaction };
|
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "interactor",
|
"name": "interactor",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "Cross-element communications and state management utility.",
|
"description": "Cross-element communications and state management utility.",
|
||||||
"author": "Bryce Thorup",
|
"author": "Bryce Thorup",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "interactor.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"stream": "^1.0.0"
|
"stream": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user