remove indirect ref
Some checks failed
Pull request change / publish (pull_request) Failing after 9s
Some checks failed
Pull request change / publish (pull_request) Failing after 9s
This commit is contained in:
2
index.js
2
index.js
@@ -1,2 +0,0 @@
|
||||
import { Interactor, Action, Reaction } from "./interactor.js";
|
||||
export { Interactor, Action, Reaction };
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Cross-element communications and state management utility.",
|
||||
"author": "Bryce Thorup",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"main": "interactor.js",
|
||||
"dependencies": {
|
||||
"stream": "^1.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user