Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Feb 10, 2024
1 parent bc349cf commit 621ef02
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "retroski",
"version": "0.5.0",
"description": "Retro ski game",
"main": "index.js",
"scripts": {
"dev": "vite",
"format": "npx biome format --write ./src",
"lint": "npx biome lint ./src",
"build": "tsc && vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathieuher/retroSki.git"
},
"keywords": ["retroSki"],
"author": "Mathieu H.",
"license": "",
"homepage": "https://mathieuher.github.io/restroski",
"devDependencies": {
"@biomejs/biome": "1.5.3",
"excalibur": "0.28.6",
"rxjs": "7.8.1",
"sass": "^1.69.7",
"typescript": "5.3.3",
"vite": "5.0.12"
},
"dependencies": {
"@excaliburjs/testing": "^0.25.0",
"date-fns": "^3.1.0"
}
}
"name": "retroski",
"version": "0.6.0",
"description": "Retro ski game",
"main": "index.js",
"scripts": {
"dev": "vite",
"format": "npx biome format --write ./src",
"lint": "npx biome lint ./src",
"build": "tsc && vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathieuher/retroSki.git"
},
"keywords": ["retroSki"],
"author": "Mathieu H.",
"license": "",
"homepage": "https://mathieuher.github.io/restroski",
"devDependencies": {
"@biomejs/biome": "1.5.3",
"excalibur": "0.28.6",
"rxjs": "7.8.1",
"sass": "^1.69.7",
"typescript": "5.3.3",
"vite": "5.0.12"
},
"dependencies": {
"@excaliburjs/testing": "^0.25.0",
"date-fns": "^3.1.0"
}
}

0 comments on commit 621ef02

Please sign in to comment.