Skip to content

Commit

Permalink
Update stormlib to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaxor1689 committed Nov 6, 2023
1 parent 28d1be1 commit 2c5a237
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haax-mpq",
"version": "1.1.2",
"version": "1.1.3",
"author": "Haaxor1689",
"license": "MIT",
"repository": {
Expand All @@ -19,15 +19,15 @@
"bundle:linux": "tsc && pkg -t linux ."
},
"devDependencies": {
"@types/node": "^20.8.5",
"@types/node": "^20.8.10",
"pkg": "^5.8.1",
"run-script-os": "^1.1.6",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"anymatch": "^3.1.3",
"stormlib-node": "^1.3.5"
"stormlib-node": "^1.3.6"
},
"pkg": {
"scripts": [
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c5a237

Please sign in to comment.