chore(ext/node): correct publishing for ext/node (#15461)

This commit is contained in:
David Sherret 2022-08-11 17:25:41 -04:00 committed by GitHub
parent c3b04683c5
commit 39fb32df46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ members = [
"ext/ffi",
"ext/http",
"ext/net",
"ext/node",
"ext/url",
"ext/web",
"ext/webgpu",

3
ext/node/README.md Normal file
View File

@ -0,0 +1,3 @@
# deno_node
`require` and other node related functionality for Deno.