diff --git a/index.html b/index.html deleted file mode 100644 index 4ad4ffff6..000000000 --- a/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Static Template - - -

This is a static template, there is no bundler or bundling involved!

- - \ No newline at end of file diff --git a/package.json b/package.json index 229967170..c18990be1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "static", + "name": "session2-takehome", "version": "1.0.0", - "description": "This is a static template with no bundling", + "description": "", "main": "index.html", "scripts": { "start": "serve", @@ -11,11 +11,7 @@ "type": "git", "url": "git+https://github.com/codesandbox-app/static-template.git" }, - "keywords": [ - "static", - "template", - "codesandbox" - ], + "keywords": [], "author": "Ives van Hoorne", "license": "MIT", "bugs": { @@ -25,4 +21,4 @@ "devDependencies": { "serve": "^11.2.0" } -} +} \ No newline at end of file diff --git a/session2-takehome/index.html b/session2-takehome/index.html new file mode 100644 index 000000000..e69de29bb diff --git a/sandbox.config.json b/session2-takehome/sandbox.config.json similarity index 100% rename from sandbox.config.json rename to session2-takehome/sandbox.config.json