From c5bac0e1fe0617959866c8ebd5af79eb48cbb8c3 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 24 Feb 2022 17:47:47 +0900 Subject: [PATCH] fix broken link --- templates/basic/sandbox.config.json | 2 +- templates/callback/sandbox.config.json | 2 +- templates/mock/sandbox.config.json | 2 +- templates/promise/sandbox.config.json | 2 +- templates/scope/sandbox.config.json | 2 +- templates/setup-teardown/sandbox.config.json | 2 +- templates/template/sandbox.config.json | 4 +--- 7 files changed, 7 insertions(+), 9 deletions(-) mode change 100644 => 120000 templates/template/sandbox.config.json diff --git a/templates/basic/sandbox.config.json b/templates/basic/sandbox.config.json index afaf2b0..9a962a7 120000 --- a/templates/basic/sandbox.config.json +++ b/templates/basic/sandbox.config.json @@ -1 +1 @@ -../template/codesandbox.config.json \ No newline at end of file +../template/sandbox.json \ No newline at end of file diff --git a/templates/callback/sandbox.config.json b/templates/callback/sandbox.config.json index afaf2b0..9a962a7 120000 --- a/templates/callback/sandbox.config.json +++ b/templates/callback/sandbox.config.json @@ -1 +1 @@ -../template/codesandbox.config.json \ No newline at end of file +../template/sandbox.json \ No newline at end of file diff --git a/templates/mock/sandbox.config.json b/templates/mock/sandbox.config.json index afaf2b0..9a962a7 120000 --- a/templates/mock/sandbox.config.json +++ b/templates/mock/sandbox.config.json @@ -1 +1 @@ -../template/codesandbox.config.json \ No newline at end of file +../template/sandbox.json \ No newline at end of file diff --git a/templates/promise/sandbox.config.json b/templates/promise/sandbox.config.json index afaf2b0..9a962a7 120000 --- a/templates/promise/sandbox.config.json +++ b/templates/promise/sandbox.config.json @@ -1 +1 @@ -../template/codesandbox.config.json \ No newline at end of file +../template/sandbox.json \ No newline at end of file diff --git a/templates/scope/sandbox.config.json b/templates/scope/sandbox.config.json index afaf2b0..9a962a7 120000 --- a/templates/scope/sandbox.config.json +++ b/templates/scope/sandbox.config.json @@ -1 +1 @@ -../template/codesandbox.config.json \ No newline at end of file +../template/sandbox.json \ No newline at end of file diff --git a/templates/setup-teardown/sandbox.config.json b/templates/setup-teardown/sandbox.config.json index afaf2b0..9a962a7 120000 --- a/templates/setup-teardown/sandbox.config.json +++ b/templates/setup-teardown/sandbox.config.json @@ -1 +1 @@ -../template/codesandbox.config.json \ No newline at end of file +../template/sandbox.json \ No newline at end of file diff --git a/templates/template/sandbox.config.json b/templates/template/sandbox.config.json deleted file mode 100644 index f3556b8..0000000 --- a/templates/template/sandbox.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "parcel" -} diff --git a/templates/template/sandbox.config.json b/templates/template/sandbox.config.json new file mode 120000 index 0000000..9a962a7 --- /dev/null +++ b/templates/template/sandbox.config.json @@ -0,0 +1 @@ +../template/sandbox.json \ No newline at end of file