summaryrefslogtreecommitdiff
path: root/extensions/console
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/console')
-rw-r--r--extensions/console/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/console/Cargo.toml b/extensions/console/Cargo.toml
index dc11a9234..800e7fa25 100644
--- a/extensions/console/Cargo.toml
+++ b/extensions/console/Cargo.toml
@@ -3,12 +3,12 @@
[package]
name = "deno_console"
version = "0.13.0"
-edition = "2018"
-description = "Implementation of Console API for Deno"
authors = ["the Deno authors"]
+edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
+description = "Implementation of Console API for Deno"
[lib]
path = "lib.rs"