From 365962387e58034cdca24a76272d4aceaf80db50 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 17 Oct 2019 22:41:57 +0800 Subject: [PATCH] CLI: Fix CRA-ts fixture package name --- lib/cli/test/fixtures/react_scripts_ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/test/fixtures/react_scripts_ts/package.json b/lib/cli/test/fixtures/react_scripts_ts/package.json index 2e127de713d..d0221435066 100644 --- a/lib/cli/test/fixtures/react_scripts_ts/package.json +++ b/lib/cli/test/fixtures/react_scripts_ts/package.json @@ -1,5 +1,5 @@ { - "name": "cra-ts", + "name": "react-scripts-ts-fixture", "version": "0.1.0", "private": true, "scripts": {