Skip to content

Commit

Permalink
Updates package.json and moves source files into src
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejacksonn committed Nov 29, 2018
1 parent c42a24d commit fd4f944
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 56 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sapling",
"name": "tetris",
"version": "1.0.0",
"description": "A super minimal setup for modern web projects.",
"description": "The classic NES Tetris built with hyperapp",
"main": "index.js",
"scripts": {
"start": "npx servor"
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion index.css → src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
font-family: 'Press Start 2P', cursive;
width: 100%;
height: 100vh;
background: url('/bg.png');
background: url('/assets/bg.png');
background-size: 100px;
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
53 changes: 0 additions & 53 deletions utils.js

This file was deleted.

0 comments on commit fd4f944

Please sign in to comment.