From 1fbc8237e50149f1b390e0c48bb4e38fde2cc26a Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 18 Oct 2021 19:32:54 -0300 Subject: [PATCH] fix(cli.rs): config.json on plugin template --- tooling/cli.rs/templates/plugin/with-api/.changes/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tooling/cli.rs/templates/plugin/with-api/.changes/config.json b/tooling/cli.rs/templates/plugin/with-api/.changes/config.json index 61665910a..296c0308d 100755 --- a/tooling/cli.rs/templates/plugin/with-api/.changes/config.json +++ b/tooling/cli.rs/templates/plugin/with-api/.changes/config.json @@ -6,7 +6,6 @@ "publish": true, "getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -" }, - , "javascript": { "version": true, "publish": true,