Skip to content

Commit 68f9214

Browse files
committed
hotfix: updated npm_build.ts to push under the correct organization
1 parent 59d9941 commit 68f9214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm_build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function buildNpm() {
1111
crypto: true,
1212
},
1313
package: {
14-
name: "env-event-stream",
14+
name: "@elasticnetworthvisualizer/env-event-stream",
1515
version: Deno.args[0] || "1.0.0",
1616
description: "A high-performance, feature-rich event stream library for event-driven architectures",
1717
author: "Elastic Networth Visualizer",
@@ -32,7 +32,7 @@ async function buildNpm() {
3232
"typescript"
3333
],
3434
engines: {
35-
"node": ">=16.0.0"
35+
"node": ">=20.0.0",
3636
}
3737
},
3838
typeCheck: "both",

0 commit comments

Comments
 (0)