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..16d8cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "scripts": { @@ -18,7 +18,6 @@ ] }, "devDependencies": { - "@types/hammerjs": "^2.0.36", "@types/node": "^13.9.1", "@types/seedrandom": "^2.4.28", "ava": "^3.8.1", 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"