Skip to content

Commit

Permalink
adding package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunipaleru committed Aug 4, 2023
1 parent 639ee50 commit 30a5023
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "hathora",
"version": "0.11.5",
"description": "Multiplayer game framework",
"bin": {
"hathora": "lib/cli.js"
},
"bin": "lib/cli.js",
"files": [
"lib",
"node-loader.config.mjs",
Expand All @@ -13,7 +11,7 @@
"LICENSE"
],
"dependencies": {
"@node-loader/core": "github:hpx7/node-loader-core#patch-1",
"@node-loader/core": "hpx7/node-loader-core#patch-1",
"axios": "0.27.2",
"chalk": "4.1.2",
"dotenv": "16.0.1",
Expand Down Expand Up @@ -46,7 +44,7 @@
"@types/yargs": "17.0.12",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.43.0",
"docsify-cli": "^4.4.4",
"docsify-cli": "4.4.4",
"eslint": "8.23.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down Expand Up @@ -90,10 +88,5 @@
"no-tilde-version-dependencies": "error",
"no-tilde-version-devDependencies": "error"
}
},
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
}
}

0 comments on commit 30a5023

Please sign in to comment.