Skip to content

Commit 2951b1a

Browse files
committed
update package.json
1 parent 6d0d282 commit 2951b1a

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ tmp/
44

55
!/src/
66
!/asset/
7-
!/cypress/
87

98
# Files
109
/.*

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pony-run",
3-
"description": "A simple dino-like HTML5-canvas TS game with ponies",
3+
"description": "A labyrinth and memory game with Rarity the mare, and the Smooze",
44
"repository": "[email protected]:ponydevs/ponyrun.git",
55
"license": "ISC",
66
"scripts": {
@@ -18,7 +18,6 @@
1818
]
1919
},
2020
"devDependencies": {
21-
"@types/hammerjs": "^2.0.36",
2221
"@types/node": "^13.9.1",
2322
"@types/seedrandom": "^2.4.28",
2423
"ava": "^3.8.1",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -915,11 +915,6 @@
915915
"@types/minimatch" "*"
916916
"@types/node" "*"
917917

918-
"@types/hammerjs@^2.0.36":
919-
version "2.0.36"
920-
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c"
921-
integrity sha512-7TUK/k2/QGpEAv/BCwSHlYu3NXZhQ9ZwBYpzr9tjlPIL2C5BeGhH3DmVavRx3ZNyELX5TLC91JTz/cen6AAtIQ==
922-
923918
"@types/minimatch@*":
924919
version "3.0.3"
925920
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"

0 commit comments

Comments
 (0)