From 73becad3667a11ce65898843c050771d6a2a0d94 Mon Sep 17 00:00:00 2001 From: Michael Angelo Rivera <55844504+michaelangeloio@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:37:53 -0500 Subject: [PATCH] fix: release test 22 (#35) --- crates/does-it-throw-wasm/Cargo.toml | 2 +- crates/does-it-throw/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 87b98f3..138b2e3 100644 --- a/crates/does-it-throw-wasm/Cargo.toml +++ b/crates/does-it-throw-wasm/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "does-it-throw-wasm" version = "0.1.9" -description = "a wasm binding for does-it-throw - using SWC" +description = "a WASM binding for does-it-throw - using SWC" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" repository = "https://github.com/michaelangeloio/does-it-throw" diff --git a/crates/does-it-throw/Cargo.toml b/crates/does-it-throw/Cargo.toml index 7e1a34f..ffd5121 100644 --- a/crates/does-it-throw/Cargo.toml +++ b/crates/does-it-throw/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "does-it-throw" version = "0.1.9" -description = "a library for finding ES throw statements - using SWC" +description = "a library for getting ES throw statements - using SWC" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" repository = "https://github.com/michaelangeloio/does-it-throw" diff --git a/package.json b/package.json index 38d50c0..9167ce3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "does-it-throw-vscode", "version": "0.2.2", "main": "./client/out/extension.js", - "description": "lsp server for finding JS/TS statements that throw!", + "description": "easily find throw statements in your JS, TS, and JSX files!", "repository": { "url": "https://github.com/michaelangeloio/does-it-throw" },