diff --git a/templates/basic/sandbox.config.json b/templates/basic/sandbox.config.json index 9a962a7..ef70cb0 120000 --- a/templates/basic/sandbox.config.json +++ b/templates/basic/sandbox.config.json @@ -1 +1 @@ -../template/sandbox.json \ No newline at end of file +../template/sandbox.config.json \ No newline at end of file diff --git a/templates/callback/sandbox.config.json b/templates/callback/sandbox.config.json index 9a962a7..ef70cb0 120000 --- a/templates/callback/sandbox.config.json +++ b/templates/callback/sandbox.config.json @@ -1 +1 @@ -../template/sandbox.json \ No newline at end of file +../template/sandbox.config.json \ No newline at end of file diff --git a/templates/mock/sandbox.config.json b/templates/mock/sandbox.config.json index 9a962a7..ef70cb0 120000 --- a/templates/mock/sandbox.config.json +++ b/templates/mock/sandbox.config.json @@ -1 +1 @@ -../template/sandbox.json \ No newline at end of file +../template/sandbox.config.json \ No newline at end of file diff --git a/templates/promise/sandbox.config.json b/templates/promise/sandbox.config.json index 9a962a7..ef70cb0 120000 --- a/templates/promise/sandbox.config.json +++ b/templates/promise/sandbox.config.json @@ -1 +1 @@ -../template/sandbox.json \ No newline at end of file +../template/sandbox.config.json \ No newline at end of file diff --git a/templates/scope/sandbox.config.json b/templates/scope/sandbox.config.json index 9a962a7..ef70cb0 120000 --- a/templates/scope/sandbox.config.json +++ b/templates/scope/sandbox.config.json @@ -1 +1 @@ -../template/sandbox.json \ No newline at end of file +../template/sandbox.config.json \ No newline at end of file diff --git a/templates/setup-teardown/sandbox.config.json b/templates/setup-teardown/sandbox.config.json index 9a962a7..ef70cb0 120000 --- a/templates/setup-teardown/sandbox.config.json +++ b/templates/setup-teardown/sandbox.config.json @@ -1 +1 @@ -../template/sandbox.json \ No newline at end of file +../template/sandbox.config.json \ No newline at end of file diff --git a/templates/template/sandbox.config.json b/templates/template/sandbox.config.json deleted file mode 120000 index 9a962a7..0000000 --- a/templates/template/sandbox.config.json +++ /dev/null @@ -1 +0,0 @@ -../template/sandbox.json \ No newline at end of file diff --git a/templates/template/sandbox.config.json b/templates/template/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/template/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +}