Skip to content

Commit

Permalink
Add README for deno_web (denoland#6997)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 9, 2020
1 parent 92a173b commit 732a437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -233,6 +233,10 @@ jobs:
run: |
cd core
cargo publish
cd ../cli
sleep 30
cd ../op_crates/web
cargo publish
sleep 30
cd ../../cli
sleep 30
cargo publish
3 changes: 3 additions & 0 deletions op_crates/web/README.md
@@ -0,0 +1,3 @@
# deno web

Op crate that implements Event, TextEncoder, TextDecoder

0 comments on commit 732a437

Please sign in to comment.