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 8bda260
Show file tree
Hide file tree
Showing 5 changed files with 2,135 additions and 3,702 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
24 changes: 6 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
{
"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",
"prettier": "^1.19.1",
"parcel": "^2.2.1",
"prettier": "^2.0.5",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
"typescript": "4.5.5"
},
"dependencies": {
"@ui5/webcomponents": "^1.0.0-rc.7",
"node-dijkstra": "^2.5.0",
"parcel": "^1.12.4",
"rxjs": "^7.0.0-beta.0",
"seedrandom": "^3.0.5",
"typeface-anton": "^0.0.72"
Expand Down
2 changes: 0 additions & 2 deletions parcel.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion src/page.html → src/labyrinth.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<noscript>
This game cannot run without JavaScript. Please enable JavaScript to run this game.
</noscript>
<script src="./start.ts"></script>
<script type="module" src="./start.ts"></script>
</body>

</html>
Loading

0 comments on commit 8bda260

Please sign in to comment.