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