remove indirect ref
All checks were successful
Pull request change / publish (pull_request) Successful in 10s

This commit is contained in:
2025-11-06 14:53:58 -07:00
parent 98eea25891
commit 4de441bc17
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "stream",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",
"main": "index.js"
"main": "stream.js"
}