Compare commits
1 Commits
4de441bc17
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| fec7aa924d |
2
index.js
Normal file
2
index.js
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
import { Stream } from "./stream.js";
|
||||||
|
export { Stream };
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "stream",
|
"name": "stream",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"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": "stream.js"
|
"main": "index.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user