From 888cc28e1a5368295b9ec9269069c99fc9f5656e Mon Sep 17 00:00:00 2001 From: jasonwilliams Date: Sun, 25 Sep 2022 17:27:40 +0100 Subject: [PATCH] updating cli keywords --- boa_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index cbce965cfb1..d61273946b6 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -6,7 +6,7 @@ rust-version = "1.60" authors = ["boa-dev"] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa" -keywords = ["javascript", "compiler", "lexer", "parser", "js", "cli"] +keywords = ["javascript", "compiler", "js", "cli"] categories = ["command-line-utilities"] license = "Unlicense/MIT" default-run = "boa"