diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-10 15:26:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 15:26:10 +0200 |
commit | 6091ea098a86cafb38aed3228a64ad96a046c817 (patch) | |
tree | 1533eb7872db17abe2d88a8db32c4719d403ba4d /extensions/file/README.md | |
parent | fb20a6af761c8eb61a046b4c70e28061923e36ca (diff) |
refactor: merge deno_file crate into deno_web (#10914)
This refactor makes it so there's one less crate to publish on each release.
Diffstat (limited to 'extensions/file/README.md')
-rw-r--r-- | extensions/file/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/file/README.md b/extensions/file/README.md deleted file mode 100644 index c421bf004..000000000 --- a/extensions/file/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# deno_file - -This crate implements the File API. - -Spec: https://w3c.github.io/FileAPI |