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..1b87945 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" @@ -6780,9 +6775,9 @@ xtend@^4.0.0, xtend@~4.0.1: integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + version "4.0.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" + integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== yargs-parser@^15.0.1: version "15.0.1"