1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

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/ffi",
"ext/http", "ext/http",
"ext/net", "ext/net",
"ext/node",
"ext/url", "ext/url",
"ext/web", "ext/web",
"ext/webgpu", "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.