We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d229c commit 5124a5aCopy full SHA for 5124a5a
npm_build.ts
@@ -13,6 +13,7 @@ async function buildNpm() {
13
package: {
14
name: "@elasticnetworthvisualizer/env-event-stream",
15
version: Deno.args[0] || "1.0.0",
16
+ private: false,
17
description: "A high-performance, feature-rich event stream library for event-driven architectures",
18
author: "Elastic Networth Visualizer",
19
license: "MIT",
0 commit comments