From faa978df8f080db4ddb4c47c93990a3ab8409650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 19 Oct 2021 10:19:09 -0400 Subject: [PATCH] fix syntax error --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0dffd94d15d2..65e39af3a844 100644 --- a/Makefile +++ b/Makefile @@ -190,9 +190,9 @@ new-version-checklist: @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @echo "!!!!!! !!!!!!" @echo "!!!!!! packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/src/index.ts" - @echo "!!!!!! replace "api.assertVersion()" to the latest published version" + @echo "!!!!!! replace \"api.assertVersion()\" to the latest published version" @echo "!!!!!! packages/babel-preset-env/src/available-plugins.ts:" - @echo "!!!!!! replace minVersion["bugfix/transform-v8-spread-parameters-in-optional-chaining"] to the latest published version + @echo "!!!!!! replace minVersion[\"bugfix/transform-v8-spread-parameters-in-optional-chaining\"] to the latest published version" @echo "!!!!!! !!!!!!" @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"