diff --git a/.gitignore b/.gitignore index 1b4406b..aec28fd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ tmp/ !/src/ !/asset/ -!/cypress/ # Files /.* diff --git a/package.json b/package.json index 9a8a569..c18cc98 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,12 @@ { "name": "pony-run", - "description": "A simple dino-like HTML5-canvas TS game with ponies", + "description": "A labyrinth and memory game with Rarity the mare, and the Smooze", "repository": "git@github.com:ponydevs/ponyrun.git", - "license": "ISC", + "license": "CC0-1.0", "scripts": { - "build": "parcel build src/page.html -d public -o index.html" - }, - "ava": { - "extensions": [ - "ts" - ], - "require": [ - "ts-node/register" - ], - "files": [ - "src/**/*.test.ts" - ] + "build": "parcel build src/labyrinth.html --public-url labyrinth.d" }, "devDependencies": { - "@types/hammerjs": "^2.0.36", "@types/node": "^13.9.1", "@types/seedrandom": "^2.4.28", "ava": "^3.8.1", diff --git a/parcel.cmd b/parcel.cmd deleted file mode 100644 index b091269..0000000 --- a/parcel.cmd +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -yarn parcel ./src/page.html diff --git a/src/page.html b/src/labyrinth.html similarity index 100% rename from src/page.html rename to src/labyrinth.html diff --git a/yarn.lock b/yarn.lock index 92f9cc4..b297d90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -915,11 +915,6 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/hammerjs@^2.0.36": - version "2.0.36" - resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c" - integrity sha512-7TUK/k2/QGpEAv/BCwSHlYu3NXZhQ9ZwBYpzr9tjlPIL2C5BeGhH3DmVavRx3ZNyELX5TLC91JTz/cen6AAtIQ== - "@types/minimatch@*": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"