Skip to content

Commit 888cc28

Browse files
committed
updating cli keywords
1 parent 2d06286 commit 888cc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boa_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rust-version = "1.60"
66
authors = ["boa-dev"]
77
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
88
repository = "https://github.com/boa-dev/boa"
9-
keywords = ["javascript", "compiler", "lexer", "parser", "js", "cli"]
9+
keywords = ["javascript", "compiler", "js", "cli"]
1010
categories = ["command-line-utilities"]
1111
license = "Unlicense/MIT"
1212
default-run = "boa"

0 commit comments

Comments
 (0)