Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucaroff committed Feb 2, 2022
1 parent 6d0d282 commit 90de1b3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tmp/

!/src/
!/asset/
!/cypress/

# Files
/.*
Expand Down
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]: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",
Expand Down
2 changes: 0 additions & 2 deletions parcel.cmd

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90de1b3

Please sign in to comment.