Skip to content

Commit 90de1b3

Browse files
committed
update package.json
1 parent 6d0d282 commit 90de1b3

File tree

5 files changed

+3
-23
lines changed

5 files changed

+3
-23
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: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
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",
5-
"license": "ISC",
5+
"license": "CC0-1.0",
66
"scripts": {
7-
"build": "parcel build src/page.html -d public -o index.html"
8-
},
9-
"ava": {
10-
"extensions": [
11-
"ts"
12-
],
13-
"require": [
14-
"ts-node/register"
15-
],
16-
"files": [
17-
"src/**/*.test.ts"
18-
]
7+
"build": "parcel build src/labyrinth.html --public-url labyrinth.d"
198
},
209
"devDependencies": {
21-
"@types/hammerjs": "^2.0.36",
2210
"@types/node": "^13.9.1",
2311
"@types/seedrandom": "^2.4.28",
2412
"ava": "^3.8.1",

parcel.cmd

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

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)