Skip to content

Commit 32b2ebd

Browse files
committed
update package.json
1 parent 6d0d282 commit 32b2ebd

File tree

5 files changed

+2137
-3704
lines changed

5 files changed

+2137
-3704
lines changed

.gitignore

-1
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

+8-20
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,23 @@
11
{
2-
"name": "pony-run",
3-
"description": "A simple dino-like HTML5-canvas TS game with ponies",
4-
"repository": "[email protected]:ponydevs/ponyrun.git",
5-
"license": "ISC",
2+
"name": "pony-escape",
3+
"description": "A labyrinth and memory game with Rarity the mare, and the Smooze",
4+
"repository": "[email protected]:ponydevs/pony-escape.git",
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",
25-
"prettier": "^1.19.1",
13+
"parcel": "^2.2.1",
14+
"prettier": "^2.0.5",
2615
"ts-node": "^8.6.2",
27-
"typescript": "^3.8.3"
16+
"typescript": "4.5.5"
2817
},
2918
"dependencies": {
3019
"@ui5/webcomponents": "^1.0.0-rc.7",
3120
"node-dijkstra": "^2.5.0",
32-
"parcel": "^1.12.4",
3321
"rxjs": "^7.0.0-beta.0",
3422
"seedrandom": "^3.0.5",
3523
"typeface-anton": "^0.0.72"

parcel.cmd

-2
This file was deleted.

src/page.html src/labyrinth.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<noscript>
2020
This game cannot run without JavaScript. Please enable JavaScript to run this game.
2121
</noscript>
22-
<script src="./start.ts"></script>
22+
<script type="module" src="./start.ts"></script>
2323
</body>
2424

2525
</html>

0 commit comments

Comments
 (0)