summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-08-11 17:25:41 -0400
committerGitHub <noreply@github.com>2022-08-11 17:25:41 -0400
commit39fb32df46475e993df56328ca45e8088091fddd (patch)
treeeed93be6d4ef8eef57a4a1a0700f81c08dc62599
parentc3b04683c55fef8929e83429ec17b7a6898c6048 (diff)
chore(ext/node): correct publishing for ext/node (#15461)
-rw-r--r--Cargo.toml1
-rw-r--r--ext/node/README.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb88cbaf3..2609221b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ members = [
"ext/ffi",
"ext/http",
"ext/net",
+ "ext/node",
"ext/url",
"ext/web",
"ext/webgpu",
diff --git a/ext/node/README.md b/ext/node/README.md
new file mode 100644
index 000000000..d154d8cb6
--- /dev/null
+++ b/ext/node/README.md
@@ -0,0 +1,3 @@
+# deno_node
+
+`require` and other node related functionality for Deno.